diff options
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 09b2e0070cf0..84cdcb8c6f3b 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -3,15 +3,13 @@ # Date created: 28 September 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.3 1999/01/12 16:50:58 vanilla Exp $ +# $Id: Makefile,v 1.4 1999/01/17 08:44:29 vanilla Exp $ # DISTNAME= libxml-0.99.3 CATEGORIES= textproc -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= libxml MAINTAINER= nacai@iname.com |