diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2008-08-29 15:59:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2008-08-29 15:59:40 +0000 |
commit | 17e8887d60da3308dc407f20d4c06acc891d3e4e (patch) | |
tree | 712cc0ba2d736b9f3a5b1a8d45c44b5209e22490 /textproc/xmlwrapp | |
parent | a64da288f82c2486369836c50543e09616a133cd (diff) |
Notes
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 3 | ||||
-rw-r--r-- | textproc/xmlwrapp/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index dd62f6632760..a98382d411c1 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -9,8 +9,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.5.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/textproc/xmlwrapp/pkg-descr b/textproc/xmlwrapp/pkg-descr index dffde75f00ca..07cb72c4ec58 100644 --- a/textproc/xmlwrapp/pkg-descr +++ b/textproc/xmlwrapp/pkg-descr @@ -11,5 +11,3 @@ Features: text data. * Complete isolation from the backend parser due to the private implementation (pimpl) idiom. - -WWW: http://pmade.org/software/xmlwrapp/ |