diff options
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 1e737d23179..ca55292bdf8 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,14 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/08/01 19:07:14 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/22 22:02:33 tron Exp $ # DISTNAME= gnumeric-0.31 CATEGORIES= math -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/ \ - ftp://ftp.tuwien.ac.at/hci/GNOME/sources/gnumeric/ \ - http://gd.tuwien.ac.at/hci/GNOME/sources/gnumeric/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/gnumeric/ \ - ftp://ftp.geo.net/pub/gnome/sources/gnumeric/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/sources/gnumeric/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ |