aboutsummaryrefslogtreecommitdiff
path: root/games/assaultcube
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 /games/assaultcube
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 'games/assaultcube')
-rw-r--r--games/assaultcube/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile
index 98c65bd3f0ea..fb58671df756 100644
--- a/games/assaultcube/Makefile
+++ b/games/assaultcube/Makefile
@@ -16,10 +16,10 @@ LICENSE_COMB= multi
LICENSE= ACUBE CUBE MIT OTHER
LICENSE_NAME_ACUBE= AssaultCube ZLIB-like license with additions
LICENSE_FILE_ACUBE= ${WRKSRC}/source/README.txt
-LICENSE_PERMS_ACUBE= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS_ACUBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_NAME_CUBE= Cube game engine ZLIB-like license with additions
LICENSE_FILE_CUBE= ${WRKSRC}/source/README_CUBEENGINE.txt
-LICENSE_PERMS_CUBE= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS_CUBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_NAME_OTHER= various package licences
LICENSE_FILE_OTHER= ${WRKSRC}/docs/package_copyrights.txt
LICENSE_PERMS_OTHER= dist-mirror pkg-mirror auto-accept