diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-07 03:52:41 +0000 |
commit | fb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch) | |
tree | 36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-XML-Schematron | |
parent | 641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff) | |
download | ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-Schematron')
-rw-r--r-- | textproc/p5-XML-Schematron/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Schematron/pkg-plist | 13 |
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/p5-XML-Schematron/Makefile b/textproc/p5-XML-Schematron/Makefile index 6ddbf651b6a3..5d0c74c16a97 100644 --- a/textproc/p5-XML-Schematron/Makefile +++ b/textproc/p5-XML-Schematron/Makefile @@ -23,9 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= XML::Schematron::XPath.3 \ - XML::Schematron::LibXSLT.3 \ - XML::Schematron.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-Schematron/pkg-plist b/textproc/p5-XML-Schematron/pkg-plist index b738af8e7082..2733cb07a2e4 100644 --- a/textproc/p5-XML-Schematron/pkg-plist +++ b/textproc/p5-XML-Schematron/pkg-plist @@ -1,12 +1,15 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Schematron/.packlist +%%PERL5_MAN3%%/XML::Schematron.3.gz +%%PERL5_MAN3%%/XML::Schematron::LibXSLT.3.gz +%%PERL5_MAN3%%/XML::Schematron::XPath.3.gz %%SITE_PERL%%/XML/Schematron.pm %%SITE_PERL%%/XML/Schematron/LibXSLT.pm -%%SITE_PERL%%/XML/Schematron/XPath.pm -%%SITE_PERL%%/XML/Schematron/Test.pm %%SITE_PERL%%/XML/Schematron/Schema.pm %%SITE_PERL%%/XML/Schematron/SchemaReader.pm +%%SITE_PERL%%/XML/Schematron/Test.pm +%%SITE_PERL%%/XML/Schematron/XPath.pm %%SITE_PERL%%/XML/Schematron/XSLTProcessor.pm -@dirrmtry %%SITE_PERL%%/XML/Schematron -@dirrmtry %%SITE_PERL%%/XML +%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Schematron/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Schematron @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML +@dirrmtry %%SITE_PERL%%/XML/Schematron +@dirrmtry %%SITE_PERL%%/XML |