aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-03-15 04:10:26 +0800
committernemysis <nemysis@FreeBSD.org>2014-03-15 04:10:26 +0800
commit069d4b53cd6a5407774e445bf7d83e0548adabd3 (patch)
tree9becfdfc77bbd4e7c799bfdcf274c39f0f06d5aa /games
parenta7449fd4ef6d74bc552a01c26e4cc2d88327434d (diff)
downloadfreebsd-ports-gnome-069d4b53cd6a5407774e445bf7d83e0548adabd3.tar.gz
freebsd-ports-gnome-069d4b53cd6a5407774e445bf7d83e0548adabd3.tar.zst
freebsd-ports-gnome-069d4b53cd6a5407774e445bf7d83e0548adabd3.zip
- Change master site
- Change Desktop entry file - Break lines around 80 characters
Diffstat (limited to 'games')
-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