aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-02 03:55:25 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-02 03:55:25 +0000
commitb7b9ec7a12ee318c6ecbd907bc06748af5933d8f (patch)
tree18f85ec5a8122466cebe0537e329badbefdade10 /lang
parent088cb55c5f97e078bd6ea320e6f0dffb9a844519 (diff)
downloadports-b7b9ec7a12ee318c6ecbd907bc06748af5933d8f.tar.gz
ports-b7b9ec7a12ee318c6ecbd907bc06748af5933d8f.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)
Notes
Notes: svn path=/head/; revision=313182
Diffstat (limited to 'lang')
-rw-r--r--lang/ficl/Makefile2
-rw-r--r--lang/s9fes/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index 663c59f6a6db..45c60038c95b 100644
--- a/lang/ficl/Makefile
+++ b/lang/ficl/Makefile
@@ -16,7 +16,7 @@ COMMENT= Forth Inspired Command Language
LICENSE= unknown
LICENSE_NAME= BSD-style
LICENSE_TEXT= Description of the license can be obtained from the following URL: http://ficl.sourceforge.net/license.html
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
MAKE_JOBS_UNSAFE= YES
diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile
index eaf1c92e7a10..a31bf1ec1bd3 100644
--- a/lang/s9fes/Makefile
+++ b/lang/s9fes/Makefile
@@ -16,7 +16,7 @@ COMMENT= Portable Scheme interpreter with a Unix interface
LICENSE= public
LICENSE_NAME= Public Domain
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIBDIR= ${DATADIR}
MAKE_ARGS= ${MAKE_ENV}