diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
commit | 285733d1c10dfd2cba0afefc099553f5b353eb30 (patch) | |
tree | 69a2645c8781bf595bab6e4416fa205d0c966658 /textproc | |
parent | 0cee15684806cb05c106c47804c1afc5d558a340 (diff) | |
download | freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.gz freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.zst freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.zip |
Use ${MASTER_SITE_GNOME}
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 8 |
2 files changed, 6 insertions, 10 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 diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 09b2e0070cf0..84cdcb8c6f3b 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/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 |