diff options
author | vs <vs@FreeBSD.org> | 2005-08-29 15:22:07 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-08-29 15:22:07 +0000 |
commit | b3a48b5452a3ccac0f4a3f408ef083b7075473c2 (patch) | |
tree | 4d3d719a03a057d4bcab8f91d582be0ade14aa95 /textproc/xml2rfc/Makefile | |
parent | e849ef9fd4f58a815a068f59b14c0539cfd46682 (diff) | |
download | FreeBSD-ports-b3a48b5452a3ccac0f4a3f408ef083b7075473c2.zip FreeBSD-ports-b3a48b5452a3ccac0f4a3f408ef083b7075473c2.tar.gz |
Update to 1.30
PR: ports/85003
Submitted by: Jonathan Lennox (maintainer)
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r-- | textproc/xml2rfc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 5ab6c03..11eb829 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= textproc tcl83 MASTER_SITES= http://xml.resource.org/authoring/ EXTRACT_SUFX= .tgz @@ -31,6 +31,7 @@ do-install: ${MKDIR} ${DOCSDIR} ${DOCSDIR}/contrib .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.xsd sample.html sample.txt sample.xml xml2rfc-win.png ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} |