svn commit: r356915 - head/games/crafty-tablebase-pawn
Vanilla I. Shu
vanilla at FreeBSD.org
Sat Jun 7 15:44:41 UTC 2014
Author: vanilla
Date: Sat Jun 7 15:44:40 2014
New Revision: 356915
URL: http://svnweb.freebsd.org/changeset/ports/356915
QAT: https://qat.redports.org/buildarchive/r356915/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/games/crafty-tablebase-pawn/Makefile
Modified: head/games/crafty-tablebase-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-pawn/Makefile Sat Jun 7 15:38:48 2014 (r356914)
+++ head/games/crafty-tablebase-pawn/Makefile Sat Jun 7 15:44:40 2014 (r356915)
@@ -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>
More information about the svn-ports-all
mailing list