diff options
Diffstat (limited to 'lang/pharo/Makefile')
-rw-r--r-- | lang/pharo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/pharo/Makefile b/lang/pharo/Makefile index 15de65b95284..9c9f65a2c836 100644 --- a/lang/pharo/Makefile +++ b/lang/pharo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pharo -# Date created: 26 April 2012 -# Whom: mutoh@openedu.org -# +# Created by: mutoh@openedu.org # $FreeBSD$ -# PORTNAME= pharo DISTVERSION= 1.4 @@ -37,6 +33,7 @@ PLIST_FILES= lib/squeak/Pharo-${DISTVERSION}.image \ lib/squeak/Pharo-${DISTVERSION}.changes \ lib/squeak/PharoV10.sources +NO_STAGE= yes do-install: .for f in ${FILES_TO_INSTALL} (cd ${FILES_DIR} && ${INSTALL_DATA} ${f} ${PREFIX}/lib/squeak/) |