diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | dc90d64404c7cecc0af53e9a3f16550bbc688a75 (patch) | |
tree | b2800a4901268918d413511f5fb61e43438b2e35 /textproc/libxml | |
parent | 52619586269c9e817bdf8a8496e70376ba957597 (diff) | |
download | ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.tar.gz ports-dc90d64404c7cecc0af53e9a3f16550bbc688a75.zip |
Notes
Diffstat (limited to 'textproc/libxml')
-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 |