svn commit: r363793 - head/games/nexuiz
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Aug 2 07:42:06 UTC 2014
Author: amdmi3
Date: Sat Aug 2 07:42:05 2014
New Revision: 363793
URL: http://svnweb.freebsd.org/changeset/ports/363793
QAT: https://qat.redports.org/buildarchive/r363793/
Log:
- Fix extract
Modified:
head/games/nexuiz/Makefile
Modified: head/games/nexuiz/Makefile
==============================================================================
--- head/games/nexuiz/Makefile Sat Aug 2 07:01:53 2014 (r363792)
+++ head/games/nexuiz/Makefile Sat Aug 2 07:42:05 2014 (r363793)
@@ -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},' \
More information about the svn-ports-all
mailing list