diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /security/p5-Crypt-RHash | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-RHash')
-rw-r--r-- | security/p5-Crypt-RHash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-RHash/Makefile b/security/p5-Crypt-RHash/Makefile index 0c0e12ba3a66..a712dd19d327 100644 --- a/security/p5-Crypt-RHash/Makefile +++ b/security/p5-Crypt-RHash/Makefile @@ -16,6 +16,6 @@ USES= perl5 USE_PERL5= configure fixpacklist post-install: - @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/mach/auto/Crypt/Rhash/Rhash.so + @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Crypt/Rhash/Rhash.so .include <bsd.port.mk> |