diff options
author | arved <arved@FreeBSD.org> | 2003-07-09 18:28:43 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-09 18:28:43 +0000 |
commit | 215305e149cc0dd085c0ca1e9d6219f61b8a72d9 (patch) | |
tree | 59b1acd9ec5ab078e239307e60f028f93c2d4c45 /textproc/xml2rfc/Makefile | |
parent | dceae601febb03700ed76a582fab5f1a9a64bb3d (diff) | |
download | FreeBSD-ports-215305e149cc0dd085c0ca1e9d6219f61b8a72d9.zip FreeBSD-ports-215305e149cc0dd085c0ca1e9d6219f61b8a72d9.tar.gz |
Update to 1.19
PR: 53639
Submitted by: Marco Molteni <molter@tin.it>
Diffstat (limited to 'textproc/xml2rfc/Makefile')
-rw-r--r-- | textproc/xml2rfc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 3539659..486cdca 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xml2rfc -PORTVERSION= 1.13 +PORTVERSION= 1.19 CATEGORIES= textproc tcl83 MASTER_SITES= http://xml.resource.org/authoring/ EXTRACT_SUFX= .tgz @@ -33,5 +33,12 @@ do-install: rfc2629.dtd rfc2629.html rfc2629.txt rfc2629.xml rfc2629.xslt; \ do ${INSTALL_DATA} ${WRKSRC}/$${doc} ${PREFIX}/share/doc/xml2rfc; \ done + ${INSTALL_DATA} ${WRKSRC}/.xml2rfc.rc ${PREFIX}/share/doc/xml2rfc/dot.xml2rfc.rc + +post-install: + @${ECHO} + @${ECHO} Have a look at http://xml.resource.org/ for how to get and + @${ECHO} update bibliographic summaries of each RFC and Internet Draft. + @${ECHO} .include <bsd.port.mk> |