From 4a4f9c4439bfd3ea755dea9d2b316485df7dfdfc Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Mon, 5 Nov 2001 09:47:53 +0000 Subject: [PATCH] - fix MASTER_SITES - depend on xml.5 specifically (not just xml) - add WWW: line PR: 31609 Submitted by: KATO Tsuguru --- devel/getxml/Makefile | 5 +++-- devel/getxml/pkg-descr | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/getxml/Makefile b/devel/getxml/Makefile index a57317906d2d..252c8f4df239 100644 --- a/devel/getxml/Makefile +++ b/devel/getxml/Makefile @@ -9,11 +9,12 @@ PORTNAME= getxml PORTVERSION= 1.0.4 CATEGORIES= devel -MASTER_SITES= ftp://toutdoux.sourceforge.net/pub/toutdoux/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= toutdoux MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml USE_GLIB= yes GNU_CONFIGURE= yes diff --git a/devel/getxml/pkg-descr b/devel/getxml/pkg-descr index 29f5cebd0cbe..56b6681d47d5 100644 --- a/devel/getxml/pkg-descr +++ b/devel/getxml/pkg-descr @@ -1,3 +1,5 @@ getxml is an XML internationalization tool; it is comprised of getxml-extract (makes the header for the gettext tool) and getxml-merge (merges XML and po files). + +WWW: http://www.gnu.org/software/toutdoux/en/index.html