summaryrefslogtreecommitdiff
path: root/lang/s9fes
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/s9fes
parent- Update to 20130228. (diff)
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/s9fes')
-rw-r--r--lang/s9fes/Makefile2
1 files changed, 1 insertions, 1 deletions
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}