diff options
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index a7a10e042b0..17a0b2e0b63 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.19 1999/06/19 15:19:12 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/22 22:02:32 tron Exp $ # DISTNAME= libgtop-1.0.1 CATEGORIES= devel gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ - ftp://ftp.sunet.se/pub/X11/GNOME/gnome-1.0/sources/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ |