aboutsummaryrefslogtreecommitdiff
path: root/textproc/mini-xml
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-05-01 16:20:15 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-05-01 16:20:15 +0000
commit4ac021dec32b0e3b0829b32e2760d9e592f042a2 (patch)
tree74ba0aff462240cc8ce285a1fa15db4ba70161e2 /textproc/mini-xml
parent021dc1fcd8044ca058986f2058afd2e97f695b7e (diff)
downloadports-4ac021dec32b0e3b0829b32e2760d9e592f042a2.tar.gz
ports-4ac021dec32b0e3b0829b32e2760d9e592f042a2.zip
Notes
Diffstat (limited to 'textproc/mini-xml')
-rw-r--r--textproc/mini-xml/Makefile6
-rw-r--r--textproc/mini-xml/pkg-descr2
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/mini-xml/Makefile b/textproc/mini-xml/Makefile
index 6ae88526c7fc..6bd24a3a0d94 100644
--- a/textproc/mini-xml/Makefile
+++ b/textproc/mini-xml/Makefile
@@ -8,14 +8,16 @@ PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
- http://www.nu6.org/_/mirror/ftp.easysw.com/pub/mxml/${PORTVERSION}/
+ ftp://ftp3.easysw.com/pub/mxml/${PORTVERSION}/ \
+ http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
+ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/mxml/${PORTVERSION}/ \
+ ftp://ftp.easysw.com/pub/mxml/${PORTVERSION}/
DISTNAME= mxml-${PORTVERSION}
MAINTAINER= oc@cynic.ru
COMMENT= Lightweight XML parsing library
USE_GNOME= gnometarget pkgconfig
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-docdir=${DOCSDIR}
diff --git a/textproc/mini-xml/pkg-descr b/textproc/mini-xml/pkg-descr
index bc8bdc1bf14c..c36625be8497 100644
--- a/textproc/mini-xml/pkg-descr
+++ b/textproc/mini-xml/pkg-descr
@@ -16,7 +16,7 @@ Mini-XML provides the following functionality:
- Functions for creating and managing trees of data.
- "Find" and "walk" functions for easily locating and navigating trees of data.
-WWW: http://www.easysw.com/~mike/mxml
+WWW: http://www.easysw.com/~mike/mxml/
- Michael Sweet
mxml@easysw.com