Date: Sat, 7 Jun 2014 15:44:40 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356915 - head/games/crafty-tablebase-pawn Message-ID: <201406071544.s57Fiec8080427@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406071544.s57Fiec8080427>