diff options
author | rh <rh@pkgsrc.org> | 2002-10-19 10:54:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-19 10:54:42 +0000 |
commit | c2934c968eaf297f84ff4b05d02846ae68a2e4c8 (patch) | |
tree | abeb1a92871d8e96cb4573c37dd9b354fe2ffba1 /textproc/libxml/Makefile | |
parent | 5553928ad1dd18de779f571677d2e7e47bc3bdc9 (diff) | |
download | pkgsrc-c2934c968eaf297f84ff4b05d02846ae68a2e4c8.tar.gz |
Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 8d7c519aa14..3e42b76c327 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2002/08/26 10:21:04 martti Exp $ +# $NetBSD: Makefile,v 1.25 2002/10/19 10:54:58 rh Exp $ # DISTNAME= libxml-1.8.17 CATEGORIES= textproc devel lang gnome MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ - ${MASTER_SITE_GNOME:=stable/sources/libxml/} + ${MASTER_SITE_GNOME:=sources/libxml/1.8/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://xmlsoft.org/ |