aboutsummaryrefslogtreecommitdiff
path: root/games/monsterz
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/monsterz
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/monsterz')
-rw-r--r--games/monsterz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile
index f8d2cf1efb3e..091013cba622 100644
--- a/games/monsterz/Makefile
+++ b/games/monsterz/Makefile
@@ -17,7 +17,7 @@ COMMENT= Monsterz - arcade puzzle game
LICENSE= WTFPL
LICENSE_NAME= Do What The [expletive] You Want To Public License, Version 2
LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
RUN_DEPENDS:= ${BUILD_DEPENDS}