aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-17 21:17:51 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-17 21:17:51 +0800
commit08bca472627d1100fda68606d0cbeb3eb4b0ba1b (patch)
tree3fe643b6913cea8353519334408f2b120c0e4aa4 /lang
parent242f0eea601e5f16805c00d4983282838bb319b1 (diff)
downloadfreebsd-ports-gnome-08bca472627d1100fda68606d0cbeb3eb4b0ba1b.tar.gz
freebsd-ports-gnome-08bca472627d1100fda68606d0cbeb3eb4b0ba1b.tar.zst
freebsd-ports-gnome-08bca472627d1100fda68606d0cbeb3eb4b0ba1b.zip
Stagify.
Approved by: portmgr@
Diffstat (limited to 'lang')
-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>