diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-07 23:31:34 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-07 23:31:34 +0800 |
commit | e3ab3c0275f98e6551d8f6309a94f6d80cbb1ac7 (patch) | |
tree | c4bd073572caaf18b7410dff43ad234877301541 /games | |
parent | a290810cec0e0ebbef3a57a9947774660dd24019 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |