diff options
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 77c5645ddb21..2ae3475b4854 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -3,15 +3,13 @@ # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.5 1999/01/12 16:50:40 vanilla Exp $ +# $Id: Makefile,v 1.6 1999/01/14 20:58:40 vanilla Exp $ # DISTNAME= gnumeric-0.6 CATEGORIES= math -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= gnumeric MAINTAINER= nacai@iname.com |