diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-07 18:57:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-07 18:57:22 +0000 |
commit | ee57a1066d9520a025ef31012539d02f8883e87f (patch) | |
tree | 448b928520cb385c32f7d4c1e484d0e896b5f333 /textproc | |
parent | 2153c74b09a70aff95ba205163c89d4dba9f79c1 (diff) | |
download | ports-ee57a1066d9520a025ef31012539d02f8883e87f.tar.gz ports-ee57a1066d9520a025ef31012539d02f8883e87f.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index beab68dc294f..23c174309d3d 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -10,13 +10,13 @@ PORTNAME= xmlpp PORTVERSION= 0.7a PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://www.root.at/download/gpl/ +MASTER_SITES= http://0xff.at/download/gpl/ MAINTAINER= ports@FreeBSD.org COMMENT= XML Parser and Validator USE_REINPLACE= yes -#FETCH_CMD= /usr/bin/fetch +FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes USE_LIBTOOL_VER=15 |