Date: Sun, 24 Nov 2013 00:03:44 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334700 - head/games/quake-dpmod Message-ID: <201311240003.rAO03iMj025197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311240003.rAO03iMj025197>