diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index 1e480f7fd3609..8be63bbc9797f 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -1,6 +1,6 @@ PORTNAME= sgmlformat PORTVERSION= 1.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc print MASTER_SITES= LOCAL/kuriyama @@ -9,6 +9,7 @@ COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents USES= perl5 uidfix USE_PERL5= run +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" MAKE_ENV= STAGEDIR=${STAGEDIR} # There are two ports that satisfy the nsgmls requirement. diff --git a/textproc/sgmlformat/pkg-plist b/textproc/sgmlformat/pkg-plist index cdddc6e9ccec0..35b258a9114b3 100644 --- a/textproc/sgmlformat/pkg-plist +++ b/textproc/sgmlformat/pkg-plist @@ -12,9 +12,9 @@ bin/roff.cmap bin/roff.sdata bin/sgmlfmt bin/transpec.dtd -man/man1/instant.1.gz -man/man1/sgmlfmt.1.gz -man/man5/transpec.5.gz +share/man/man1/instant.1.gz +share/man/man1/sgmlfmt.1.gz +share/man/man5/transpec.5.gz share/sgml/transpec/catalog share/sgml/transpec/docbook-html.ts share/sgml/transpec/docbook-roff.ts