svn commit: r334700 - head/games/quake-dpmod

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Nov 24 00:03:44 UTC 2013


Author: danilo
Date: Sun Nov 24 00:03:43 2013
New Revision: 334700
URL: http://svnweb.freebsd.org/changeset/ports/334700

Log:
  - Add stage support

Modified:
  head/games/quake-dpmod/Makefile

Modified: head/games/quake-dpmod/Makefile
==============================================================================
--- head/games/quake-dpmod/Makefile	Sat Nov 23 23:45:59 2013	(r334699)
+++ head/games/quake-dpmod/Makefile	Sun Nov 24 00:03:43 2013	(r334700)
@@ -20,7 +20,6 @@ NO_WRKSUBDIR=	yes
 
 DATADIR=	${Q1DIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-extract:
 # Remove CVS directories
 	@${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf
@@ -28,8 +27,8 @@ post-extract:
 	@${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	${CP} -a ${WRKSRC}/dpmod/* ${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${CP} -a ${WRKSRC}/dpmod/* ${STAGEDIR}${DATADIR}
 
 .include "${.CURDIR}/../quake-data/Makefile.include"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list