diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /x11/libgnome | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 678dcfa6d677..9722c35a727b 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,16 +3,14 @@ # Date created: 17 June 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.27 1999/01/22 10:13:35 vanilla Exp $ +# $Id: Makefile,v 1.28 1999/01/23 07:05:23 vanilla Exp $ # DISTNAME= gnome-libs-0.99.4 PKGNAME= gnomelibs-0.99.4 CATEGORIES= x11 gnome -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/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= gnome-libs MAINTAINER= nacai@iname.com |