aboutsummaryrefslogtreecommitdiff
path: root/lang/pharo
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 13:17:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-17 13:17:51 +0000
commit245bec00d2bb17ecd0e9457fec9dddb46dd4f76b (patch)
tree3fe643b6913cea8353519334408f2b120c0e4aa4 /lang/pharo
parentb1aa4e6904c5c49727a802466ff51b67c965e64f (diff)
downloadports-245bec00d2bb17ecd0e9457fec9dddb46dd4f76b.tar.gz
ports-245bec00d2bb17ecd0e9457fec9dddb46dd4f76b.zip
Stagify.
Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358112
Diffstat (limited to 'lang/pharo')
-rw-r--r--lang/pharo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pharo/Makefile b/lang/pharo/Makefile
index ab9515e64508..ddebf4bd274d 100644
--- a/lang/pharo/Makefile
+++ b/lang/pharo/Makefile
@@ -33,10 +33,10 @@ PLIST_FILES= lib/squeak/Pharo-${DISTVERSION}.image \
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>