summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2016-03-03 19:42:29 +0000
committershattered <shattered@pkgsrc.org>2016-03-03 19:42:29 +0000
commit4a45b8818ebf2b5f03bd7e2191bf4e50d60900d7 (patch)
tree29a0665dcda2eeb5e679d89c5aab2cda45c90e3a /security/p5-Crypt-SSLeay
parent2402fdf2f910d8a3faf12ff74191274b000c81d2 (diff)
downloadpkgsrc-4a45b8818ebf2b5f03bd7e2191bf4e50d60900d7.tar.gz
Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits. (Can happen on Linux -- https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 49713df0f1f..baab6d395a7 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/06/12 10:51:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/03/03 19:42:29 shattered Exp $
DISTNAME= Crypt-SSLeay-0.72
PKGNAME= p5-${DISTNAME}
@@ -22,7 +22,7 @@ MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
post-extract:
- chmod -x ${WRKSRC}/lib/Net/SSL.pm
+ chmod a-x ${WRKSRC}/lib/Net/SSL.pm
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink3.mk"