svn commit: r352505 - head/games/nexuiz

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 28 14:27:10 UTC 2014


Author: amdmi3
Date: Mon Apr 28 14:27:10 2014
New Revision: 352505
URL: http://svnweb.freebsd.org/changeset/ports/352505
QAT: https://qat.redports.org/buildarchive/r352505/

Log:
  - Fix extract
  
  PR:		189045
  Submitted by:	Alexander Panyushkin <vsityz at gmail.com>

Modified:
  head/games/nexuiz/Makefile

Modified: head/games/nexuiz/Makefile
==============================================================================
--- head/games/nexuiz/Makefile	Mon Apr 28 14:01:02 2014	(r352504)
+++ head/games/nexuiz/Makefile	Mon Apr 28 14:27:10 2014	(r352505)
@@ -89,9 +89,10 @@ PLIST_FILES+=	bin/${PORTNAME}-dedicated
 .endif
 
 post-extract:
-	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+	@cd ${WRKDIR}/Nexuiz/sources && \
+		${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
 		${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \
-		-d ${WRKDIR}/Nexuiz/sources
+		${EXTRACT_AFTER_ARGS}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \


More information about the svn-ports-all mailing list