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
commit0c87834928189312b924e60738415744f490012a (patch)
tree7bf95419ef9f09018d9e1867b31a37983580e9d8 /emulators
parente7e2d6757119eb58366e789210d97730f6590f19 (diff)
downloadpkgsrc-0c87834928189312b924e60738415744f490012a.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"