diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-22 15:20:30 +0800 |
commit | 4faa49a1a8f8906afd30ca4514e6b137a8f6f990 (patch) | |
tree | b6055f20690cc8bff54870694ba8a060d5b87ec1 /ports-mgmt/chucky | |
parent | 86eadd0b5cdeef4a77f80251daa7dc8ed9e5960d (diff) | |
download | freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.gz freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.tar.zst freebsd-ports-gnome-4faa49a1a8f8906afd30ca4514e6b137a8f6f990.zip |
Canonicalize a few LICENSE_PERMS
With hat: portmgr
Diffstat (limited to 'ports-mgmt/chucky')
-rw-r--r-- | ports-mgmt/chucky/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/chucky/Makefile b/ports-mgmt/chucky/Makefile index 6df661ab4327..fc1e1ac888af 100644 --- a/ports-mgmt/chucky/Makefile +++ b/ports-mgmt/chucky/Makefile @@ -14,7 +14,7 @@ COMMENT= Port installed version check/report with shar archival LICENSE= CHUCKY LICENSE_NAME= CHUCKY BSD LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpkg.so:${PORTSDIR}/ports-mgmt/pkg \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 |