aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-15 17:45:21 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-15 17:45:21 +0800
commita2111f79174f2e8b8ba305ae86d931609a3d0fcc (patch)
tree58d7b135096a4f9ce867dabc51c08f59a1775332 /games
parent125504aedb78b3d3db5e7793d23004e5b507a101 (diff)
downloadfreebsd-ports-gnome-a2111f79174f2e8b8ba305ae86d931609a3d0fcc.tar.gz
freebsd-ports-gnome-a2111f79174f2e8b8ba305ae86d931609a3d0fcc.tar.zst
freebsd-ports-gnome-a2111f79174f2e8b8ba305ae86d931609a3d0fcc.zip
Stagify.
Approved by: portmgr@
Diffstat (limited to 'games')
-rw-r--r--games/doom-freedoom/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile
index 6f230e8b587f..4ce45a280bb2 100644
--- a/games/doom-freedoom/Makefile
+++ b/games/doom-freedoom/Makefile
@@ -22,14 +22,13 @@ PLIST_FILES= %%DATADIR%%/doom2.wad
PLIST_DIRS= %%DATADIR%%
PORTDOCS= ChangeLog NEWS README
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/doom2.wad ${STAGEDIR}${DATADIR}
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif