diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
commit | a74e175192310b620d3709e574997fd045e83264 (patch) | |
tree | f081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /lang/squeak | |
parent | 8a0edbe4ef8a4ab8fe26b2c705807dc53f8cc57f (diff) | |
download | ports-a74e175192310b620d3709e574997fd045e83264.tar.gz ports-a74e175192310b620d3709e574997fd045e83264.zip |
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 5cec2e667edc..219eb2ab808c 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -7,7 +7,7 @@ PORTNAME= squeak PORTVERSION= 3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang ################################################## MASTER_SITES= http://www.squeakvm.org/unix/release/ \ @@ -66,9 +66,6 @@ GNU_CONFIGURE= yes # be updated. SHAREMODE= 644 -# shared Libaries are to be installed in: -LDCONFIG_DIRS= ${PREFIX}/share/squeak/${VMVERSION} - FILES_TO_GZIP= ${IMAGEDIR}/Squeak${IMAGEVERSION}-${PATCHNUMBER}.image \ ${IMAGEDIR}/Squeak${IMAGEVERSION}-${PATCHNUMBER}.changes |