diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 14:56:18 +0800 |
commit | 66dfc893366216c301980028d29756a5cb97d8b4 (patch) | |
tree | f1b12e43c4957712ca0fd56650b1bda57831a37d /math/p5-Math-SimpleVariable | |
parent | b1a6c0cdd886f3bec908d1a7a9548e60555409c8 (diff) | |
download | freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.gz freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.tar.zst freebsd-ports-gnome-66dfc893366216c301980028d29756a5cb97d8b4.zip |
Support STAGEDIR.
Diffstat (limited to 'math/p5-Math-SimpleVariable')
-rw-r--r-- | math/p5-Math-SimpleVariable/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-SimpleVariable/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/math/p5-Math-SimpleVariable/Makefile b/math/p5-Math-SimpleVariable/Makefile index 32ab00531caf..356eb6081f32 100644 --- a/math/p5-Math-SimpleVariable/Makefile +++ b/math/p5-Math-SimpleVariable/Makefile @@ -14,9 +14,6 @@ COMMENT= Simple representation of mathematical variables USES= perl5 USE_PERL5= configure patch -MAN3= Math::SimpleVariable.3 - -NO_STAGE= yes pre-patch: @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \ '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' diff --git a/math/p5-Math-SimpleVariable/pkg-plist b/math/p5-Math-SimpleVariable/pkg-plist index 8da0f70f4fdc..d9ed886169b2 100644 --- a/math/p5-Math-SimpleVariable/pkg-plist +++ b/math/p5-Math-SimpleVariable/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist +%%PERL5_MAN3%%/Math::SimpleVariable.3.gz %%SITE_PERL%%/Math/SimpleVariable.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable -@dirrmtry %%SITE_PERL%%/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SimpleVariable @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/Math |