aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-07 23:44:40 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-07 23:44:40 +0800
commit5c7b95d1e4a4b1d9f09fbc8e0de124af5adfc3a4 (patch)
tree91b189c7865d0ece43a11873bb5dad7870c95577
parentf2aed0efa677a8f943a5ce3d067398899242332b (diff)
downloadfreebsd-ports-gnome-5c7b95d1e4a4b1d9f09fbc8e0de124af5adfc3a4.tar.gz
freebsd-ports-gnome-5c7b95d1e4a4b1d9f09fbc8e0de124af5adfc3a4.tar.zst
freebsd-ports-gnome-5c7b95d1e4a4b1d9f09fbc8e0de124af5adfc3a4.zip
Stagify.
Approved by: portmgr@
-rw-r--r--games/crafty-tablebase-pawn/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/crafty-tablebase-pawn/Makefile b/games/crafty-tablebase-pawn/Makefile
index 78a1a5d3cc0d..20bcdef3cade 100644
--- a/games/crafty-tablebase-pawn/Makefile
+++ b/games/crafty-tablebase-pawn/Makefile
@@ -45,14 +45,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>