diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-20 13:37:39 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-20 13:37:39 +0000 |
commit | c8330dc5f49555eb7edc1573180d4e4ed7990c59 (patch) | |
tree | 690bac7558ad7dcfd08db682a5f7665976e0c989 /lang/squeak2 | |
parent | 21b6d4ddf71c4a2eb9c5afc73a3fa4c45b7b9010 (diff) | |
download | FreeBSD-ports-c8330dc5f49555eb7edc1573180d4e4ed7990c59.zip FreeBSD-ports-c8330dc5f49555eb7edc1573180d4e4ed7990c59.tar.gz |
Locally hosted distfiles moved to ftp.freebsd.org.
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 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 |