pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-kivy
Module Name: pkgsrc
Committed By: spz
Date: Wed Jun 15 08:34:57 UTC 2022
Modified Files:
pkgsrc/devel/py-kivy: Makefile
Log Message:
make the files the package installs not writable by group or other
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-kivy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-kivy/Makefile
diff -u pkgsrc/devel/py-kivy/Makefile:1.2 pkgsrc/devel/py-kivy/Makefile:1.3
--- pkgsrc/devel/py-kivy/Makefile:1.2 Tue Jan 4 20:53:14 2022
+++ pkgsrc/devel/py-kivy/Makefile Wed Jun 15 08:34:57 2022
@@ -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 @@ USE_TOOLS+= pkg-config
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