diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-07 23:44:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-07 23:44:40 +0800 |
commit | 5c7b95d1e4a4b1d9f09fbc8e0de124af5adfc3a4 (patch) | |
tree | 91b189c7865d0ece43a11873bb5dad7870c95577 | |
parent | f2aed0efa677a8f943a5ce3d067398899242332b (diff) | |
download | freebsd-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/Makefile | 8 |
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> |