aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 07:08:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 07:08:53 +0000
commit2abbc42be2d04df4ec0058ee4728f0be3c89d86c (patch)
tree143f04e0fb8feac5b4b8bdf58486c2dbf3564896 /games
parent24f729d897d69ca10769cf578a8e57ce81b81fd1 (diff)
downloadports-2abbc42be2d04df4ec0058ee4728f0be3c89d86c.tar.gz
ports-2abbc42be2d04df4ec0058ee4728f0be3c89d86c.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/doom-hacx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/doom-hacx/Makefile b/games/doom-hacx/Makefile
index 7c91f85102f0..674d57108846 100644
--- a/games/doom-hacx/Makefile
+++ b/games/doom-hacx/Makefile
@@ -21,7 +21,6 @@ DATADIR= ${DMDIR}/${PORTNAME}
PLIST_FILES= %%DATADIR%%/${DISTNAME}
PLIST_DIRS= %%DATADIR%%
-NO_STAGE= yes
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.pre.mk>
@@ -32,7 +31,7 @@ do-extract:
${WRKDIR}/${DISTNAME}
do-install:
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${DATADIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${DATADIR}
.include <bsd.port.post.mk>