summaryrefslogtreecommitdiff
path: root/cad/qcad-partlibrary
diff options
context:
space:
mode:
authorshattered <shattered>2016-03-03 19:42:29 +0000
committershattered <shattered>2016-03-03 19:42:29 +0000
commited1c862594876d3c6e23e26863270b322b0feebf (patch)
tree29a0665dcda2eeb5e679d89c5aab2cda45c90e3a /cad/qcad-partlibrary
parentb90c6d5adc41701a30f94688eb648c9e08e0444a (diff)
downloadpkgsrc-ed1c862594876d3c6e23e26863270b322b0feebf.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 'cad/qcad-partlibrary')
-rw-r--r--cad/qcad-partlibrary/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/qcad-partlibrary/Makefile b/cad/qcad-partlibrary/Makefile
index 70654d8bb69..156d16e7735 100644
--- a/cad/qcad-partlibrary/Makefile
+++ b/cad/qcad-partlibrary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/08 13:25:16 asau Exp $
+# $NetBSD: Makefile,v 1.6 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= partlibrary-2.0.1.2-1
@@ -20,7 +20,7 @@ DEPENDS+= qcad>=2.0.0.0:../../cad/qcad
post-extract:
chmod -R go-w ${WRKSRC}
- cd ${WRKSRC}/electrical/denzuq && chmod -x */*/*.dxf
+ cd ${WRKSRC}/electrical/denzuq && chmod a-x */*/*.dxf
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/qcad/library