diff options
author | petef <petef@FreeBSD.org> | 2001-11-05 09:47:53 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-05 09:47:53 +0000 |
commit | 20b1c7617cb2c7d425e1c3cbea3b79514bdede8a (patch) | |
tree | c9589afdf87feb88a5085cdecf2c41bab42b8dda /devel | |
parent | c9481ccb50e579a0b5c453215d7a1abcfca7ff4e (diff) | |
download | FreeBSD-ports-20b1c7617cb2c7d425e1c3cbea3b79514bdede8a.zip FreeBSD-ports-20b1c7617cb2c7d425e1c3cbea3b79514bdede8a.tar.gz |
- fix MASTER_SITES
- depend on xml.5 specifically (not just xml)
- add WWW: line
PR: 31609
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/getxml/Makefile | 5 | ||||
-rw-r--r-- | devel/getxml/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/getxml/Makefile b/devel/getxml/Makefile index a573179..252c8f4 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 29f5ceb..56b6681 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 |