Date: Sat, 2 Aug 2014 07:42:06 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363793 - head/games/nexuiz Message-ID: <201408020742.s727g6RH010674@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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},' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408020742.s727g6RH010674>