diff options
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 |