diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-07 08:07:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-07 08:07:47 +0800 |
commit | 72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc (patch) | |
tree | 33213fbd97d1a79e0fa2c5c2fdf7d8e3c880fd4e /ports-mgmt | |
parent | 1c8d693c4823e459a08ebaf56588cd3217ecbe66 (diff) | |
download | freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.tar.gz freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.tar.zst freebsd-ports-gnome-72d7a1f7ce9f6b8120c5f5df45a30b9cb318f6bc.zip |
Canonicalize a few licenses
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 |