summaryrefslogtreecommitdiff
path: root/mail/anomy-sanitizer
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 /mail/anomy-sanitizer
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 'mail/anomy-sanitizer')
-rw-r--r--mail/anomy-sanitizer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile
index 5a6e69ca18f..a59cee8ba42 100644
--- a/mail/anomy-sanitizer/Makefile
+++ b/mail/anomy-sanitizer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= anomy-sanitizer-1.76
@@ -28,7 +28,7 @@ INSTALLATION_DIRS= sbin
post-extract:
chmod -R u+w,go-w,a+r ${WRKSRC}
- cd ${WRKSRC}/bin/Anomy && chmod -x *.pm */*.pm
+ cd ${WRKSRC}/bin/Anomy && chmod a-x *.pm */*.pm
do-build:
set -e; \