aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-07 23:31:34 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-07 23:31:34 +0800
commite3ab3c0275f98e6551d8f6309a94f6d80cbb1ac7 (patch)
treec4bd073572caaf18b7410dff43ad234877301541 /games
parenta290810cec0e0ebbef3a57a9947774660dd24019 (diff)
downloadfreebsd-ports-gnome-e3ab3c0275f98e6551d8f6309a94f6d80cbb1ac7.tar.gz
freebsd-ports-gnome-e3ab3c0275f98e6551d8f6309a94f6d80cbb1ac7.tar.zst
freebsd-ports-gnome-e3ab3c0275f98e6551d8f6309a94f6d80cbb1ac7.zip
Stagify.
Approved by: portmgr@
Diffstat (limited to 'games')
-rw-r--r--games/crafty-tablebase-no-pawn/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/crafty-tablebase-no-pawn/Makefile b/games/crafty-tablebase-no-pawn/Makefile
index d7f4873349bd..a99046888550 100644
--- a/games/crafty-tablebase-no-pawn/Makefile
+++ b/games/crafty-tablebase-no-pawn/Makefile
@@ -54,14 +54,10 @@ NO_PACKAGE= Way too big
WITH_TBDIR= ${PREFIX}/lib/crafty/TB
.endif
-NO_STAGE= yes
do-install:
- ${MKDIR} ${WITH_TBDIR}
+ ${MKDIR} ${STAGEDIR}${WITH_TBDIR}
@list='${DISTFILES}'; for i in $$list; do \
- ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${WITH_TBDIR}/$$i; \
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${STAGEDIR}${WITH_TBDIR}/$$i; \
done
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>