diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-20 13:37:39 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-06-20 13:37:39 +0000 |
commit | 6dc9bdb0c87f9ce7c8a32894825ace362ccca625 (patch) | |
tree | 2fdb2703e883654ca72db5dbc7b19a000c102f03 /lang/squeak2 | |
parent | 0f0d927b4e6a7b6a5f81de4d7b60c10376cff3da (diff) | |
download | ports-6dc9bdb0c87f9ce7c8a32894825ace362ccca625.tar.gz ports-6dc9bdb0c87f9ce7c8a32894825ace362ccca625.zip |
Notes
Diffstat (limited to 'lang/squeak2')
-rw-r--r-- | lang/squeak2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index 95cc12fb7903..0b664c101f12 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -9,14 +9,13 @@ PORTNAME= squeak PORTVERSION= 2.7 CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/SOR/users/piumarta/squeak/ \ - ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ \ - http://www.nectar.com/distfiles/squeak/ + ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/free/squeak/unix/ DISTNAME= Squeak${PORTVERSION}-src DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jesse@cs.uni-magdeburg.de -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} NO_WRKSUBDIR= yes USE_XLIB= yes USE_GMAKE= yes |