diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 03:55:25 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-02 03:55:25 +0000 |
commit | b7b9ec7a12ee318c6ecbd907bc06748af5933d8f (patch) | |
tree | 18f85ec5a8122466cebe0537e329badbefdade10 /archivers | |
parent | 088cb55c5f97e078bd6ea320e6f0dffb9a844519 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 2 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 9cdb0f29a6e3..cc508d021f50 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -18,7 +18,7 @@ COMMENT= File archiver (binary port) LICENSE= RAR LICENSE_NAME= RAR license LICENSE_FILE= ${WRKSRC}/license.txt -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RESTRICTED= only unmodified original package can be distributed NO_BUILD= yes diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 5f4f3a561abb..7c943c1d5ea6 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -18,7 +18,7 @@ MAINTAINER?= ehaupt@FreeBSD.org COMMENT?= List, test, and extract compressed files in a ZIP archive LICENSE= Info-ZIP -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_NAME= Info-ZIP license LICENSE_FILE= ${WRKSRC}/LICENSE |