diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-08 15:33:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-08 15:33:14 +0800 |
commit | 3316c9456e5e5944376d0392a5d691c51540a1e2 (patch) | |
tree | 3a5c409cb213fe8ead0791d5850e2c1076e65527 /x11-toolkits/tktable | |
parent | 1748d4d1397e4479f86201f4db80b7e2b20a23b0 (diff) | |
download | freebsd-ports-gnome-3316c9456e5e5944376d0392a5d691c51540a1e2.tar.gz freebsd-ports-gnome-3316c9456e5e5944376d0392a5d691c51540a1e2.tar.zst freebsd-ports-gnome-3316c9456e5e5944376d0392a5d691c51540a1e2.zip |
Unbreak
Diffstat (limited to 'x11-toolkits/tktable')
-rw-r--r-- | x11-toolkits/tktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile index c78260cf738c..d184abfdccd5 100644 --- a/x11-toolkits/tktable/Makefile +++ b/x11-toolkits/tktable/Makefile @@ -13,7 +13,7 @@ COMMENT= Table/matrix widget extension to Tk LICENSE= TclTk LICENSE_NAME= Tcl/Tk License -LICENSE_FILE= ${WRKSRC}/../license.terms +LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES+= tk |