summaryrefslogtreecommitdiff
path: root/databases/py-orderedmultidict
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 /databases/py-orderedmultidict
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 'databases/py-orderedmultidict')
-rw-r--r--databases/py-orderedmultidict/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile
index 5e80e62c955..6918de06f2d 100644
--- a/databases/py-orderedmultidict/Makefile
+++ b/databases/py-orderedmultidict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:40 rodent Exp $
+# $NetBSD: Makefile,v 1.8 2016/03/03 19:42:29 shattered Exp $
DISTNAME= orderedmultidict-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
post-install:
- chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+ chmod a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"