diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 16:25:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 16:25:15 +0000 |
commit | 1673e3ab9cc831216d3fada7567d5133cdbf5b7c (patch) | |
tree | a2de5f9638b36995eafd0ce95180879bc55f8306 /textproc | |
parent | a58d6fccd9ab124b9d9679c81c3338b3aab63e2c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Validate/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Validate/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-Validate/Makefile b/textproc/p5-XML-Validate/Makefile index 1a2528f207fc..d624a96dc93d 100644 --- a/textproc/p5-XML-Validate/Makefile +++ b/textproc/p5-XML-Validate/Makefile @@ -19,10 +19,4 @@ TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions USES= perl5 USE_PERL5= configure -MAN1= validxml.pl.1 -MAN3= XML::Validate.3 XML::Validate::Base.3 \ - XML::Validate::LibXML.3 XML::Validate::MSXML.3 \ - XML::Validate::Xerces.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-Validate/pkg-plist b/textproc/p5-XML-Validate/pkg-plist index 1be253e75f15..4f8ac8578262 100644 --- a/textproc/p5-XML-Validate/pkg-plist +++ b/textproc/p5-XML-Validate/pkg-plist @@ -1,10 +1,16 @@ bin/validxml.pl +man/man1/validxml.pl.1.gz %%SITE_PERL%%/XML/Validate.pm %%SITE_PERL%%/XML/Validate/Base.pm %%SITE_PERL%%/XML/Validate/LibXML.pm %%SITE_PERL%%/XML/Validate/MSXML.pm %%SITE_PERL%%/XML/Validate/Xerces.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Validate/.packlist +%%PERL5_MAN3%%/XML::Validate.3.gz +%%PERL5_MAN3%%/XML::Validate::Base.3.gz +%%PERL5_MAN3%%/XML::Validate::LibXML.3.gz +%%PERL5_MAN3%%/XML::Validate::MSXML.3.gz +%%PERL5_MAN3%%/XML::Validate::Xerces.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Validate @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML @dirrmtry %%SITE_PERL%%/XML/Validate |