pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-kivy make the files the package installs not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69bb1d3370f7
branches:  trunk
changeset: 380774:69bb1d3370f7
user:      spz <spz%pkgsrc.org@localhost>
date:      Wed Jun 15 08:34:57 2022 +0000

description:
make the files the package installs not writable by group or other

diffstat:

 devel/py-kivy/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 71f26d5b87e0 -r 69bb1d3370f7 devel/py-kivy/Makefile
--- a/devel/py-kivy/Makefile    Tue Jun 14 23:27:34 2022 +0000
+++ b/devel/py-kivy/Makefile    Wed Jun 15 08:34:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:14 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/15 08:34:57 spz Exp $
 
 DISTNAME=      Kivy-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -24,6 +24,9 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+pre-configure:
+       ${CHMOD} -R go-w ${WRKSRC}
+
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index