summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-08-21 06:00:31 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-08-21 06:00:31 +0000
commit622f57e1f46f8e19e253cdc50f3a50f9f7b7d651 (patch)
tree633985e34ff93dd6f9a32f9cad0e183e561ad836 /games
parent- fix typo on TIME_BOMB, CUSTOMIZATION, DISABLE_ALLOW_ROOT ports options intr... (diff)
- port requires data installation
PR: 170739 Submitted by: maintainer, nemysis@gmx.ch
Notes
Notes: svn path=/head/; revision=302847
Diffstat (limited to 'games')
-rw-r--r--games/nelly/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/nelly/Makefile b/games/nelly/Makefile
index a7723e899ec5..bb688bab0bc2 100644
--- a/games/nelly/Makefile
+++ b/games/nelly/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nelly
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= games python
MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \
http://media.pyweek.org/dl/2/rushed/
@@ -17,9 +18,6 @@ COMMENT= Nelly's Rooftop Garden, physics-based puzzle game
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl
-OPTIONS_DEFINE= DATA
-OPTIONS_DEFAULT= DATA
-
USE_PYTHON_RUN= yes
NO_BUILD= yes
@@ -47,11 +45,9 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
# Data
-.if ${PORT_OPTIONS:MDATA}
. for d in fonts levels textures
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
. endfor
-.endif
# Pixmaps
${INSTALL_DATA} ${WRKSRC}/textures/menu.png ${PREFIX}/share/pixmaps/${PORTNAME}.png