diff options
Diffstat (limited to 'lang/squeak2/Makefile')
-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 95cc12f..0b664c1 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 |