aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/pioneer/Makefile9
-rw-r--r--games/pioneer/distinfo4
2 files changed, 7 insertions, 6 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile
index e72a84cc5fa9..efc6f913bab3 100644
--- a/games/pioneer/Makefile
+++ b/games/pioneer/Makefile
@@ -35,7 +35,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
GH_ACCOUNT= pioneerspacesim
GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= 20141021
+GH_TAGNAME= 20141029
WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
@@ -47,7 +47,7 @@ USE_SDL= image2 sdl2
GNU_CONFIGURE= yes
CONFIGURE_ENV= PIONEER_DATA_DIR="${DATADIR}/data"
-CONFIGURE_ARGS= --with-version=${GH_TAGNAME}
+CONFIGURE_ARGS= --with-version="${GH_TAGNAME}"
EXTRACT_AFTER_ARGS= --exclude .gitignore
PORTDATA= data
@@ -57,7 +57,7 @@ PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png
DESKTOP_ENTRIES="Pioneer" "${COMMENT}" \
- "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
+ "${PORTNAME}" "${PORTNAME}" \
"Game;Simulation;" false
SUB_FILES= pkg-message
@@ -96,7 +96,8 @@ post-patch: .SILENT
post-install:
.if ${PORT_OPTIONS:MMODELCOMPILER}
- @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler
+ @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler
.endif
cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \
diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo
index 5eee090cf558..ebddf2830dfb 100644
--- a/games/pioneer/distinfo
+++ b/games/pioneer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pioneer-0.0.20141021.tar.gz) = 55d98c6781fefb9f0f3ffe86966f31c40c455b7e66c2bae6977f215e9a7defbe
-SIZE (pioneer-0.0.20141021.tar.gz) = 174100164
+SHA256 (pioneer-0.0.20141029.tar.gz) = 918ca629a2f24e18826fb8394137447317778b105fd3d6e8e625d49654724b02
+SIZE (pioneer-0.0.20141029.tar.gz) = 174101452