diff options
author | ben <ben@FreeBSD.org> | 2001-04-08 02:03:56 +0800 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-04-08 02:03:56 +0800 |
commit | 7d53ab5c5c1d82b9d3ac81dd9589395a1f67c1bf (patch) | |
tree | bd81b892a6524a7ed71e92d300a99045863eecba /lang/gnustep-guile | |
parent | e334a15ade6f37d442ddb93eb5f332066a7b3e35 (diff) | |
download | freebsd-ports-gnome-7d53ab5c5c1d82b9d3ac81dd9589395a1f67c1bf.tar.gz freebsd-ports-gnome-7d53ab5c5c1d82b9d3ac81dd9589395a1f67c1bf.tar.zst freebsd-ports-gnome-7d53ab5c5c1d82b9d3ac81dd9589395a1f67c1bf.zip |
Fix fennerism.
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 3090eef83422..c1b8fa61d1fc 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/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 |