aboutsummaryrefslogtreecommitdiff
path: root/games/bombherman
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-03-14 20:10:26 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-03-14 20:10:26 +0000
commit944a497d96820fc6f2f383fd943a38a5ed6f1476 (patch)
tree9becfdfc77bbd4e7c799bfdcf274c39f0f06d5aa /games/bombherman
parent916f177565e9d7233ea88a13d7911e11d5c3c7c7 (diff)
downloadports-944a497d96820fc6f2f383fd943a38a5ed6f1476.tar.gz
ports-944a497d96820fc6f2f383fd943a38a5ed6f1476.zip
Notes
Diffstat (limited to 'games/bombherman')
-rw-r--r--games/bombherman/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile
index fcf6bd033808..589820578a98 100644
--- a/games/bombherman/Makefile
+++ b/games/bombherman/Makefile
@@ -5,7 +5,7 @@ PORTNAME= bomb-her-man
PORTVERSION= 0.3
PORTREVISION= 2
CATEGORIES= games
-MASTER_SITES= SF/nemysisfreebsdp/:icons
+MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${PORTNAME}_icons${EXTRACT_SUFX}:icons
@@ -38,7 +38,7 @@ INSTALLS_ICONS= yes
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
DESKTOP_ENTRIES="Bomb-her-man" "Bomberman clone" "${PORTNAME}" \
- "${PORTNAME}" "Game;ArcadeGame;" false
+ "${PORTNAME}" "Game;ArcadeGame;" ""
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
@@ -55,7 +55,8 @@ pre-configure:
@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
.if ${PORT_OPTIONS:MNLS}
- @${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
+ @${REINPLACE_CMD} -e \
+ 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
${WRKSRC}/po/Makefile.in.in
.endif