diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:41:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:41:48 +0000 |
commit | 15c82cc52bd95e6c928872174e4a713a886b35cf (patch) | |
tree | 691e73b424bac8e1a6bd2d999edcb613ff7af826 /textproc/libxml/Makefile | |
parent | 55ae60d5ac91445ed55ae8b9f8b72f87355249c5 (diff) | |
download | pkgsrc-15c82cc52bd95e6c928872174e4a713a886b35cf.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 4bd019e09f5..a23be5b2a14 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2007/10/25 20:20:59 rillig Exp $ +# $NetBSD: Makefile,v 1.38 2007/12/02 11:42:35 wiz Exp $ # DISTNAME= libxml-1.8.17 PKGREVISION= 3 CATEGORIES= textproc devel lang gnome -MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ - ${MASTER_SITE_GNOME:=sources/libxml/1.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/} MAINTAINER= rh@NetBSD.org HOMEPAGE= http://xmlsoft.org/ |