diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-24 00:03:43 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-24 00:03:43 +0000 |
commit | a61df90f295ce805a5e4e58ec65df91007f1dfc1 (patch) | |
tree | 0975186141b7f75e34a023284a1b495c22a6e38a /games/quake-dpmod | |
parent | 7a20e4e35aae80a8ba151d8f2df75153daa13098 (diff) | |
download | ports-a61df90f295ce805a5e4e58ec65df91007f1dfc1.tar.gz ports-a61df90f295ce805a5e4e58ec65df91007f1dfc1.zip |
Notes
Diffstat (limited to 'games/quake-dpmod')
-rw-r--r-- | games/quake-dpmod/Makefile | 5 |
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> |