summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-08-21 05:18:53 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-08-21 05:18:53 +0000
commite61440ee89f6ffa0ab96a8f1016d0ce18dcd068e (patch)
tree5c612bc99f4f83df58dd048499656f33bd2d710a /games
parent. Update to 7u6. (diff)
- port requires data
PR: 170718 Submitted by: maintainer, nemysis@gmx.ch
Notes
Notes: svn path=/head/; revision=302841
Diffstat (limited to 'games')
-rw-r--r--games/blockrage/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile
index 30809211bb67..d5cdea3e68f4 100644
--- a/games/blockrage/Makefile
+++ b/games/blockrage/Makefile
@@ -7,18 +7,15 @@
PORTNAME= blockrage
PORTVERSION= 0.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= nemysis@gmx.ch
-COMMENT= Block Rage is falling blocks game with a 2-player hotseat mode
+COMMENT= Falling blocks game with 2-player hotseat mode
LICENSE= GPLv2
-OPTIONS_DEFINE= DATA
-OPTIONS_DEFAULT= DATA
-
GNU_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}
USE_SDL= sdl image mixer
@@ -47,13 +44,11 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6
# Data
-.if ${PORT_OPTIONS:MDATA}
. for d in data blockrage-fhs.rc blockrage.cfg blockrage.rc
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
. endfor
-.endif
-# Documentations
+# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}