diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-10 07:23:06 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-06-10 07:23:06 +0000 |
commit | 3676fb025db0a88cbb87ef11c996fc9aafc8bd0b (patch) | |
tree | a51387aed1d8691f6cee7ee87ae9ef67767495de | |
parent | 617ed1b9682ed4f0233b674eff8b8871bcfc9347 (diff) |
Notes
-rw-r--r-- | textproc/docbook-utils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile index c4465c379caf..3cbaae2c150c 100644 --- a/textproc/docbook-utils/Makefile +++ b/textproc/docbook-utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= docbook-utils PORTVERSION= 0.6.14 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= docbook-tools/new-trials/SOURCES @@ -21,11 +21,13 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-d CONFLICTS= docbook2X-* -USES= perl5 gmake +USES= perl5 gmake shebangfix USE_PERL5= run USE_TEX= jadetex GNU_CONFIGURE= yes MAKE_ARGS+= docdir="${DOCSDIR}" htmldir="${DOCSDIR}/html" +SHEBANG_FILES= bin/sgmldiff.in +perl_OLD_CMD= @perl_bindir@/perl PORTDOCS= * |