From a61df90f295ce805a5e4e58ec65df91007f1dfc1 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 00:03:43 +0000 Subject: [PATCH] - Add stage support --- games/quake-dpmod/Makefile | 5 ++--- 1 file 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