aboutsummaryrefslogtreecommitdiff
path: root/games/quake-dpmod
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-24 00:03:43 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-24 00:03:43 +0000
commita61df90f295ce805a5e4e58ec65df91007f1dfc1 (patch)
tree0975186141b7f75e34a023284a1b495c22a6e38a /games/quake-dpmod
parent7a20e4e35aae80a8ba151d8f2df75153daa13098 (diff)
downloadports-a61df90f295ce805a5e4e58ec65df91007f1dfc1.tar.gz
ports-a61df90f295ce805a5e4e58ec65df91007f1dfc1.zip
- Add stage support
Notes
Notes: svn path=/head/; revision=334700
Diffstat (limited to 'games/quake-dpmod')
-rw-r--r--games/quake-dpmod/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quake-dpmod/Makefile b/games/quake-dpmod/Makefile
index a9af3d6a63eb..7ea5cec1a4c3 100644
--- a/games/quake-dpmod/Makefile
+++ b/games/quake-dpmod/Makefile
@@ -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>