diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
commit | 26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch) | |
tree | dcef53546d337dcb8a7502e40f3ea25ca1cca685 /security/p5-Crypt-RIPEMD160 | |
parent | 850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff) | |
download | ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-RIPEMD160')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index 5b33868a3436..fc4e75d81744 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -17,8 +17,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/RIPEMD160/RIPEMD160.so .include <bsd.port.mk> |