diff options
author | Ben Smithurst <ben@FreeBSD.org> | 2001-04-07 18:03:56 +0000 |
---|---|---|
committer | Ben Smithurst <ben@FreeBSD.org> | 2001-04-07 18:03:56 +0000 |
commit | c36632995305a635b3962f672ea6d54cb8dc6516 (patch) | |
tree | 6771f84cad3ab51951ccafe6660c4edffe56cbdd /lang/gnustep-base | |
parent | 367522c82a61f3c439e1643c91ec5d5aa90ba325 (diff) | |
download | ports-c36632995305a635b3962f672ea6d54cb8dc6516.tar.gz ports-c36632995305a635b3962f672ea6d54cb8dc6516.zip |
Notes
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 3090eef83422..c1b8fa61d1fc 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -8,8 +8,8 @@ PORTNAME= gnustep PORTVERSION= 0.6.6 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \ - ftp://ftp.peanuts.org/Mirrors/GNUstep/gnustep/core/ +MASTER_SITES= http://ftp.codefactory.se/pub/gnu/gstep/ \ + http://planetmirror.com/pub/gnustep/core/ DISTNAME= gstep-core-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |