diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
| commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
| tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /math/p5-Math-TrulyRandom | |
| parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
Notes
Diffstat (limited to 'math/p5-Math-TrulyRandom')
| -rw-r--r-- | math/p5-Math-TrulyRandom/Makefile | 3 | ||||
| -rw-r--r-- | math/p5-Math-TrulyRandom/pkg-plist | 10 |
2 files changed, 5 insertions, 8 deletions
diff --git a/math/p5-Math-TrulyRandom/Makefile b/math/p5-Math-TrulyRandom/Makefile index 191ccd59d701..7ba4d27f23a5 100644 --- a/math/p5-Math-TrulyRandom/Makefile +++ b/math/p5-Math-TrulyRandom/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-TrulyRandom PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -25,6 +26,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR} - ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/TrulyRandom/TrulyRandom.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so .include <bsd.port.mk> diff --git a/math/p5-Math-TrulyRandom/pkg-plist b/math/p5-Math-TrulyRandom/pkg-plist index ccb93ba448e6..499f64703023 100644 --- a/math/p5-Math-TrulyRandom/pkg-plist +++ b/math/p5-Math-TrulyRandom/pkg-plist @@ -1,8 +1,4 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Math/TrulyRandom.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Math/TrulyRandom.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom/TrulyRandom.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom/.packlist +%%SITE_ARCH%%/Math/TrulyRandom.pm +%%SITE_ARCH%%/Math/TrulyRandom.pod +%%SITE_ARCH%%/auto/Math/TrulyRandom/TrulyRandom.so %%PERL5_MAN3%%/Math::TrulyRandom.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/TrulyRandom -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |
