summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-12-19 21:22:02 +0000
committermarkd <markd@pkgsrc.org>2019-12-19 21:22:02 +0000
commitb985ea0a0f57b943069c0a0c88779a19e982da7e (patch)
treeab49b2f95795f20defb0dd103c108c26b0908daa /emulators
parent73a1b124fae444406288a91998e13feae028b58b (diff)
downloadpkgsrc-b985ea0a0f57b943069c0a0c88779a19e982da7e.tar.gz
gns3-gui: fix permissions of installed files
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gns3-gui/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/gns3-gui/Makefile b/emulators/gns3-gui/Makefile
index 98969f29bc4..2a6ec2d37d0 100644
--- a/emulators/gns3-gui/Makefile
+++ b/emulators/gns3-gui/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/11/03 01:33:51 markd Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/19 21:22:02 markd Exp $
DISTNAME= gns3-gui-2.2.1
CATEGORIES= emulators
@@ -23,6 +23,10 @@ SUBST_STAGE.inst= pre-configure
SUBST_FILES.inst= requirements.txt
SUBST_SED.inst= -e "s:jsonschema==2.6.0:jsonschema:"
+post-install:
+ chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/ui/*.ui
+ chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/modules/*/ui/*.ui
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"