diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-14 18:54:49 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-14 18:54:49 +0000 |
commit | 75446e2f429f8f62462bca7f4aebf2e6c29cf9d3 (patch) | |
tree | e9801926a10c95bf687ecc45b4b608de8079e693 /x11/gnomelibs | |
parent | 25631598feffbd7438cae64ed7b09380f365684f (diff) | |
download | FreeBSD-ports-75446e2f429f8f62462bca7f4aebf2e6c29cf9d3.zip FreeBSD-ports-75446e2f429f8f62462bca7f4aebf2e6c29cf9d3.tar.gz |
Correct MASTER_SITES.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 286ac07..e48de34 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -3,16 +3,16 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.24 1999/01/12 16:50:35 vanilla Exp $ +# $Id: Makefile,v 1.25 1999/01/14 16:59:32 vanilla Exp $ # DISTNAME= gnome-libs-0.99.3 PKGNAME= gnomelibs-0.99.3 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.geo.net/pub/gnome/sources/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ MAINTAINER= nacai@iname.com |