diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 06:56:18 +0000 |
commit | 5e06901c396343ef79137207320bdbb383435cbb (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Date-Handler | |
parent | be444a2d99fd14557710475412df7b742d93069e (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332813
Diffstat (limited to 'math/p5-Date-Handler')
-rw-r--r-- | math/p5-Date-Handler/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Date-Handler/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-Date-Handler/Makefile b/math/p5-Date-Handler/Makefile index 4330b96eb7a7..adba67a26575 100644 --- a/math/p5-Date-Handler/Makefile +++ b/math/p5-Date-Handler/Makefile @@ -13,10 +13,6 @@ COMMENT= Perl module for calculating time differences USES= perl5 USE_PERL5= configure patch -MAN3= Date::Handler.3 Date::Handler::Delta.3 \ - Date::Handler::Range.3 Date::Handler::Test.3 - -NO_STAGE= yes post-patch: @${PERL} -pi -e 's/[a-z][a-z]_[A-Z][A-Z]/$$&.ISO8859-15/g' \ ${WRKSRC}/Handler.* ${WRKSRC}/README* diff --git a/math/p5-Date-Handler/pkg-plist b/math/p5-Date-Handler/pkg-plist index 896e60ddca8b..62f03f918f97 100644 --- a/math/p5-Date-Handler/pkg-plist +++ b/math/p5-Date-Handler/pkg-plist @@ -1,3 +1,7 @@ +%%PERL5_MAN3%%/Date::Handler.3.gz +%%PERL5_MAN3%%/Date::Handler::Delta.3.gz +%%PERL5_MAN3%%/Date::Handler::Range.3.gz +%%PERL5_MAN3%%/Date::Handler::Test.3.gz %%SITE_PERL%%/Date/Handler.pm %%SITE_PERL%%/Date/Handler.pod %%SITE_PERL%%/Date/Handler/Constants.pm @@ -5,7 +9,7 @@ %%SITE_PERL%%/Date/Handler/Range.pm %%SITE_PERL%%/Date/Handler/Test.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler -@dirrm %%SITE_PERL%%/Date/Handler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Handler @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date +@dirrmtry %%SITE_PERL%%/Date/Handler @dirrmtry %%SITE_PERL%%/Date |