aboutsummaryrefslogtreecommitdiff
path: root/textproc/docbook2X/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-02-21 13:52:52 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-02-21 13:52:52 +0000
commit02e8203b06c3e07ae3dc653e631f177f9040f2ef (patch)
treeb709a7ebbb4c844203e3d9b1aa0ad5d353028e00 /textproc/docbook2X/Makefile
parentd0340b4cfa0ce472615cd02aeee3f85ff9941161 (diff)
downloadports-02e8203b06c3e07ae3dc653e631f177f9040f2ef.tar.gz
ports-02e8203b06c3e07ae3dc653e631f177f9040f2ef.zip
Notes
Diffstat (limited to 'textproc/docbook2X/Makefile')
-rw-r--r--textproc/docbook2X/Makefile24
1 files changed, 6 insertions, 18 deletions
diff --git a/textproc/docbook2X/Makefile b/textproc/docbook2X/Makefile
index 5656ebaecfca..ffe512b1e909 100644
--- a/textproc/docbook2X/Makefile
+++ b/textproc/docbook2X/Makefile
@@ -24,26 +24,14 @@ CONFLICTS= docbook-utils-*
GNU_CONFIGURE= yes
USES= iconv gmake perl5
+CONFIGURE_ENV= PERL=${PERL}
-.if defined(NOPORTDOCS)
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-doc__Makefile.in
-.endif
+OPTIONS_DEFINE= DOCS
+
+INFO= docbook2X docbook2man-xslt docbook2texi-xslt
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} "s|\$${prefix}|${PREFIX}|" \
- ${WRKSRC}/configure
-
-MAN1= db2x_manxml.1 \
- db2x_texixml.1 \
- db2x_xsltproc.1 \
- docbook2man.1 \
- docbook2texi.1 \
- sgml2xml-isoent.1 \
- utf8trans.1
-
-INFO= docbook2X \
- docbook2man-xslt \
- docbook2texi-xslt
+ @${REINPLACE_CMD} "s|\$${prefix}|${PREFIX}|" \
+ ${WRKSRC}/configure
.include <bsd.port.mk>