diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-02 07:42:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-02 07:42:05 +0000 |
commit | 5343eb47ad3e1d84e93a488a76f78e6423103385 (patch) | |
tree | b4f93aceaf5b74061023740cbf2db0e78df3ae3d /games/nexuiz | |
parent | a38c83387472ce2eefa04e133b4ac3c1fd8c3240 (diff) | |
download | ports-5343eb47ad3e1d84e93a488a76f78e6423103385.tar.gz ports-5343eb47ad3e1d84e93a488a76f78e6423103385.zip |
Notes
Diffstat (limited to 'games/nexuiz')
-rw-r--r-- | games/nexuiz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index 1139b89b07c9..597d579cf6ae 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv2 MANUAL_PACKAGE_BUILD= huge -USES= zip +USES= zip:infozip WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces MAKEFILE= BSDmakefile MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \ @@ -89,10 +89,10 @@ PLIST_FILES+= bin/${PORTNAME}-dedicated .endif post-extract: - @cd ${WRKDIR}/Nexuiz/sources && \ - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + @${EXTRACT_CMD} -qo \ ${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \ - ${EXTRACT_AFTER_ARGS} + -d ${WRKDIR}/Nexuiz/sources + post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \ |