svn commit: r358112 - head/lang/pharo
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 17 13:17:51 UTC 2014
Author: vanilla
Date: Tue Jun 17 13:17:51 2014
New Revision: 358112
URL: http://svnweb.freebsd.org/changeset/ports/358112
QAT: https://qat.redports.org/buildarchive/r358112/
Log:
Stagify.
Approved by: portmgr@
Modified:
head/lang/pharo/Makefile
Modified: head/lang/pharo/Makefile
==============================================================================
--- head/lang/pharo/Makefile Tue Jun 17 12:52:46 2014 (r358111)
+++ head/lang/pharo/Makefile Tue Jun 17 13:17:51 2014 (r358112)
@@ -33,10 +33,10 @@ PLIST_FILES= lib/squeak/Pharo-${DISTVERS
lib/squeak/Pharo-${DISTVERSION}.changes \
lib/squeak/PharoV10.sources
-NO_STAGE= yes
do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/squeak
.for f in ${FILES_TO_INSTALL}
- (cd ${FILES_DIR} && ${INSTALL_DATA} ${f} ${PREFIX}/lib/squeak/)
+ (cd ${FILES_DIR} && ${INSTALL_DATA} ${f} ${STAGEDIR}${PREFIX}/lib/squeak/)
.endfor
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list