diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-10-12 21:37:39 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-10-12 21:37:39 +0000 |
commit | 96a2aa482075ced5a63a23c5348015f05b0494a6 (patch) | |
tree | 380d030223fa4a612b3e4ebcb02bbc05f4c56119 | |
parent | 0d6daefa0908aeb9ab4230425cbb152dbb413c31 (diff) |
Notes
-rw-r--r-- | archivers/p7zip-codec-rar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p7zip-codec-rar/Makefile b/archivers/p7zip-codec-rar/Makefile index 0348bec10616..420b2f46d54c 100644 --- a/archivers/p7zip-codec-rar/Makefile +++ b/archivers/p7zip-codec-rar/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 UNRAR LICENSE_COMB= multi LICENSE_NAME_UNRAR= unRAR usage restriction license LICENSE_FILE_UNRAR= ${WRKSRC}/DOCS/unRarLicense.txt -LICENSE_PERMS_UNRAR= dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_PERMS_UNRAR= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell MASTERDIR= ${.CURDIR}/../p7zip ALL_TARGET= common7z |