diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-05 09:47:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-05 09:47:53 +0000 |
commit | 4a4f9c4439bfd3ea755dea9d2b316485df7dfdfc (patch) | |
tree | b936db6706f7c4b8146c154f8ac542f5b1b8ece4 /devel | |
parent | add nomarch (diff) |
- fix MASTER_SITES
- depend on xml.5 specifically (not just xml)
- add WWW: line
PR: 31609
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=49589
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 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 |