diff options
-rw-r--r-- | textproc/dtdparse/Makefile | 4 | ||||
-rw-r--r-- | textproc/dtdparse/pkg-plist | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile index 592233e91a17..c8d676729519 100644 --- a/textproc/dtdparse/Makefile +++ b/textproc/dtdparse/Makefile @@ -16,8 +16,4 @@ RUN_DEPENDS= p5-DelimMatch>=0:${PORTSDIR}/textproc/p5-DelimMatch \ USES= perl5 USE_PERL5= configure -MAN1= dtddiff2html.1 dtdformat.1 dtddiff.1 dtdparse.1 dtdflatten.1 -MAN3= SGML::DTDParse::DTD.3 SGML::DTDParse.3 SGML::DTDParse::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/dtdparse/pkg-plist b/textproc/dtdparse/pkg-plist index 5ca6003996e4..f09b991a539c 100644 --- a/textproc/dtdparse/pkg-plist +++ b/textproc/dtdparse/pkg-plist @@ -3,6 +3,14 @@ bin/dtddiff2html bin/dtdflatten bin/dtdformat bin/dtdparse +man/man1/dtddiff2html.1.gz +man/man1/dtdformat.1.gz +man/man1/dtddiff.1.gz +man/man1/dtdparse.1.gz +man/man1/dtdflatten.1.gz +%%PERL5_MAN3%%/SGML::DTDParse::DTD.3.gz +%%PERL5_MAN3%%/SGML::DTDParse.3.gz +%%PERL5_MAN3%%/SGML::DTDParse::Util.3.gz %%SITE_PERL%%/SGML/DTDParse/Catalog.pm %%SITE_PERL%%/SGML/DTDParse/ContentModel.pm %%SITE_PERL%%/SGML/DTDParse/DTD.pm |