diff options
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r-- | textproc/xml2rfc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 03c68116ad15..6948d9623614 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.33 CATEGORIES= textproc MASTER_SITES= http://xml.resource.org/authoring/ EXTRACT_SUFX= .tgz @@ -34,7 +33,7 @@ do-install: .for doc in LICENSE README.html README.txt README.xml \ draft-mrose-writing-rfcs.html draft-mrose-writing-rfcs.txt \ rfc2629-other.ent rfc2629-xhtml.ent \ - rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.txt rfc2629.xml \ + rfc2629.dtd rfc2629.html rfc2629.rnc rfc2629.xml \ rfc2629.xsd sample.html sample.txt sample.xml xml2rfc-win.png ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor |