diff options
author | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
commit | 16628fb1be89da63ed109104742f906208c6c450 (patch) | |
tree | e9423240510d04c755b57d3e4c4b6181a5a3ad49 /devel/libgtop | |
parent | 102db23e5cfecbf200f52ea39ed9e433f55e2c5d (diff) | |
download | pkgsrc-16628fb1be89da63ed109104742f906208c6c450.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'devel/libgtop')
-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/ |