summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-20 16:37:27 +0000
committerwiz <wiz@pkgsrc.org>2016-05-20 16:37:27 +0000
commit86037a4710ee5bbeb33ff893471788b0f47c7611 (patch)
tree6dd68951460a2959c0735fc2d5906b42c2bbadf2 /lang
parent8d90a6e45ef822b63c98e0adca109856ecb79f87 (diff)
downloadpkgsrc-86037a4710ee5bbeb33ff893471788b0f47c7611.tar.gz
NONBINMODE is too restrictive, just remove the writable bit for
group and others.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/extension.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index f47f9bebc36..b8f7dd4074a 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.43 2016/05/07 03:12:08 richard Exp $
+# $NetBSD: extension.mk,v 1.44 2016/05/20 16:37:27 wiz Exp $
.include "../../lang/python/pyversion.mk"
@@ -31,7 +31,7 @@ PYSETUPSUBDIR?= #empty
pre-patch: fixup-python-writeable-source
.PHONY: fixup-python-writeable-source
fixup-python-writeable-source:
- ${FIND} ${WRKSRC} -type f -exec ${CHMOD} ${NONBINMODE} {} \;
+ ${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} \;
do-build:
(cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \