diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:58:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:58:03 +0000 |
commit | cb8d6c382f3376fd1355e81546d38d75b2703a8c (patch) | |
tree | 5397bafdbe2b13f1133a3300ca425bab3f0940d8 /textproc/sgmlformat | |
parent | 2ecac6688584df78d95e545a1b9ea627fec88ed3 (diff) |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 5351d579d607..bc9e3099bb83 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -16,6 +16,12 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents +USE_PERL5_RUN= yes + +MAN1= instant.1 sgmlfmt.1 +MAN5= transpec.5 +MANCOMPRESSED= yes + # There are two ports that satisfy the nsgmls requirement. # Jade is preferred. @@ -33,12 +39,6 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \ ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook -USE_PERL5_RUN= yes - -MAN1= instant.1 sgmlfmt.1 -MAN5= transpec.5 -MANCOMPRESSED= yes - .if defined(WITH_OPENJADE) post-patch: @${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl |