aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-02 11:55:25 +0800
committereadler <eadler@FreeBSD.org>2013-03-02 11:55:25 +0800
commita46751c433316b595109307b3386c72b57c00da2 (patch)
tree18f85ec5a8122466cebe0537e329badbefdade10 /security
parenta2ad4df665ffcb79e6e31c6886e29c2eeba9c045 (diff)
downloadfreebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.tar.gz
freebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.tar.zst
freebsd-ports-gnome-a46751c433316b595109307b3386c72b57c00da2.zip
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
Diffstat (limited to 'security')
-rw-r--r--security/opencryptoki/Makefile2
-rw-r--r--security/tpm-tools/Makefile2
-rw-r--r--security/trousers/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile
index 1a70c8ffd576..c75d5e03d4c5 100644
--- a/security/opencryptoki/Makefile
+++ b/security/opencryptoki/Makefile
@@ -38,7 +38,7 @@ GROUPS= _pkcs11
LICENSE= CPL
LICENSE_NAME= Common Public License
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \
--disable-crtok --disable-aeptok \
diff --git a/security/tpm-tools/Makefile b/security/tpm-tools/Makefile
index 97038ecdfd61..fd3aee652fb8 100644
--- a/security/tpm-tools/Makefile
+++ b/security/tpm-tools/Makefile
@@ -31,7 +31,7 @@ MAKE_JOBS_SAFE= YES
LICENSE= CPL
LICENSE_NAME= Common Public License
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
MAN1= tpm_sealdata.1 tpm_version.1 \
tpmtoken_import.1 tpmtoken_init.1 tpmtoken_objects.1 \
diff --git a/security/trousers/Makefile b/security/trousers/Makefile
index df914e6c68cb..4b52b6bcf86d 100644
--- a/security/trousers/Makefile
+++ b/security/trousers/Makefile
@@ -30,7 +30,7 @@ GROUPS= _tss
LICENSE= CPL
LICENSE_NAME= Common Public License
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
.include "Makefile.man"