diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 00:07:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-07 00:07:47 +0000 |
commit | 72dc15db459316d96fa41ca4e96866c4263b68f9 (patch) | |
tree | 33213fbd97d1a79e0fa2c5c2fdf7d8e3c880fd4e /ports-mgmt | |
parent | 885c532f8e1e6fbaded27bb53c8a9bbadd07286e (diff) |
Canonicalize a few licenses
Notes
Notes:
svn path=/head/; revision=374163
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/jailaudit/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkgcompare/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/jailaudit/Makefile b/ports-mgmt/jailaudit/Makefile index 712cd26884ca..425f2f3a9181 100644 --- a/ports-mgmt/jailaudit/Makefile +++ b/ports-mgmt/jailaudit/Makefile @@ -16,7 +16,7 @@ LICENSE_TEXT= "THE BEER-WARE LICENCE": Philipp Wuensche <cryx-ports@h3q.com> \ wrote this software. As long as you retain this notice you can \ do whatever you want with this stuff. If we meet some day, and \ you think this stuff is worth it, you can buy me a beer in return. -LICENSE_PERMS= auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:bzip2 diff --git a/ports-mgmt/pkgcompare/Makefile b/ports-mgmt/pkgcompare/Makefile index 70b5f840032f..e973c51e5631 100644 --- a/ports-mgmt/pkgcompare/Makefile +++ b/ports-mgmt/pkgcompare/Makefile @@ -13,7 +13,7 @@ COMMENT= Alternate to pkg upgrade LICENSE= PKG-COMPARE LICENSE_NAME= PKG-COMPARE 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}/${PKG_ORIGIN} \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 |