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 /x11-toolkits/gnustep-gui/Makefile | |
parent | Update WWW: (diff) |
Fix fennerism.
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 3090eef83422..c1b8fa61d1fc 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/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 |