diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-11-14 11:48:32 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-11-14 11:48:32 +0800 |
commit | 9536f4aa87237a2d5fe6bc5c2683c87feb25bc07 (patch) | |
tree | 034e0065f49814853a772209a579e6740779417a /textproc | |
parent | 278bd913a3a0330baf3f1e90292aff3c35357f95 (diff) | |
download | freebsd-ports-gnome-9536f4aa87237a2d5fe6bc5c2683c87feb25bc07.tar.gz freebsd-ports-gnome-9536f4aa87237a2d5fe6bc5c2683c87feb25bc07.tar.zst freebsd-ports-gnome-9536f4aa87237a2d5fe6bc5c2683c87feb25bc07.zip |
Fix plist (correct the install location of documentation).
Reported by: kris
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile index 9e2452d4c245..705cf3810eda 100644 --- a/textproc/docbook-utils/Makefile +++ b/textproc/docbook-utils/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/texmf/tex/jadetex/dsssl.def:${PORTSDIR}/print/j USE_PERL5_RUN= yes GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_ARGS+= docdir="${DOCSDIR}" htmldir="${DOCSDIR}/html" MAN1= jw.1 sgmldiff.1 docbook2man-spec.pl.1 docbook2texi-spec.pl.1 MAN7= backend-spec.7 frontend-spec.7 |