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 /security/p5-Crypt-RHash | |
| parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) | |
Notes
Diffstat (limited to 'security/p5-Crypt-RHash')
| -rw-r--r-- | security/p5-Crypt-RHash/Makefile | 5 | ||||
| -rw-r--r-- | security/p5-Crypt-RHash/pkg-plist | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/security/p5-Crypt-RHash/Makefile b/security/p5-Crypt-RHash/Makefile index a712dd19d327..b58b58c46b25 100644 --- a/security/p5-Crypt-RHash/Makefile +++ b/security/p5-Crypt-RHash/Makefile @@ -3,6 +3,7 @@ PORTNAME= Crypt-RHash PORTVERSION= 0.91 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +14,9 @@ COMMENT= Compute hash sums and magnet links LICENSE= MIT USES= perl5 -USE_PERL5= configure fixpacklist +USE_PERL5= configure post-install: - @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Crypt/Rhash/Rhash.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Rhash/Rhash.so .include <bsd.port.mk> diff --git a/security/p5-Crypt-RHash/pkg-plist b/security/p5-Crypt-RHash/pkg-plist index 5aea5bd3afb4..fd7972ac7feb 100644 --- a/security/p5-Crypt-RHash/pkg-plist +++ b/security/p5-Crypt-RHash/pkg-plist @@ -1,7 +1,3 @@ %%PERL5_MAN3%%/Crypt::Rhash.3.gz -%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Rhash.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rhash/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rhash/Rhash.so -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rhash -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt +%%SITE_ARCH%%/Crypt/Rhash.pm +%%SITE_ARCH%%/auto/Crypt/Rhash/Rhash.so |
