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 /print | |
parent | 102db23e5cfecbf200f52ea39ed9e433f55e2c5d (diff) | |
download | pkgsrc-16628fb1be89da63ed109104742f906208c6c450.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index d2bd0160c9a..fce0cfb86e0 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,14 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/22 20:27:24 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/22 22:02:33 tron Exp $ # DISTNAME= ggv-0.50 CATEGORIES= print -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/ggv/ \ - ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/sources/ggv/ \ - http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/ggv/ \ - ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ggv/ \ - ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ggv/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/sources/ggv/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ggv/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ |