diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-08 15:12:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-08 15:12:20 +0800 |
commit | d03c7a3d70ab6b9bd5ac15252db1539cfd805cbc (patch) | |
tree | 20567d99b5365fa6b6e0ccd8f6b3d76768b619e0 /lang/tinypy | |
parent | 5ad2a0d686661d558b236e6947c49d0a12aaa823 (diff) | |
download | freebsd-ports-gnome-d03c7a3d70ab6b9bd5ac15252db1539cfd805cbc.tar.gz freebsd-ports-gnome-d03c7a3d70ab6b9bd5ac15252db1539cfd805cbc.tar.zst freebsd-ports-gnome-d03c7a3d70ab6b9bd5ac15252db1539cfd805cbc.zip |
Fix LICENSE_FILE
Diffstat (limited to 'lang/tinypy')
-rw-r--r-- | lang/tinypy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tinypy/Makefile b/lang/tinypy/Makefile index c5995e0dc173..3561ae9e684b 100644 --- a/lang/tinypy/Makefile +++ b/lang/tinypy/Makefile @@ -11,7 +11,7 @@ COMMENT= Minimalist implementation of python in 64k of code LICENSE= MIT PSFL LICENSE_COMB= multi -LICENSE_FILE= LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE.txt GH_ACCOUNT= philhassey |