diff options
Diffstat (limited to 'math/p5-Math-Int128')
-rw-r--r-- | math/p5-Math-Int128/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Int128/pkg-plist | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index e53bd01c54f5..568e647fcc50 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,6 +31,6 @@ USE_GCC= yes .endif post-stage: - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Int128/Int128.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so .include <bsd.port.post.mk> diff --git a/math/p5-Math-Int128/pkg-plist b/math/p5-Math-Int128/pkg-plist index c793aae58304..a802201b3a55 100644 --- a/math/p5-Math-Int128/pkg-plist +++ b/math/p5-Math-Int128/pkg-plist @@ -1,6 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Math/Int128/die_on_overflow.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Int128/Int128.so +%%SITE_ARCH%%/Math/Int128.pm +%%SITE_ARCH%%/Math/Int128/die_on_overflow.pm +%%SITE_ARCH%%/auto/Math/Int128/Int128.so %%PERL5_MAN3%%/Math::Int128.3.gz %%PERL5_MAN3%%/Math::Int128::die_on_overflow.3.gz |