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