pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Nov 11 07:52:15 UTC 2022

Modified Files:
        pkgsrc/devel/py-pip: Makefile

Log Message:
devel/py-pip: fix build problem with CHECK_PERMS is yes

There might be better way for python package, it works for me.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-pip/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-pip/Makefile
diff -u pkgsrc/devel/py-pip/Makefile:1.57 pkgsrc/devel/py-pip/Makefile:1.58
--- pkgsrc/devel/py-pip/Makefile:1.57   Tue Nov  8 11:53:49 2022
+++ pkgsrc/devel/py-pip/Makefile        Fri Nov 11 07:52:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/11/08 11:53:49 adam Exp $
+# $NetBSD: Makefile,v 1.58 2022/11/11 07:52:15 taca Exp $
 
 DISTNAME=      pip-22.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,7 @@ FILES_SUBST+=  PYMAJORVERSION=${_PYTHON_
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${RM} -f pip pip[2-3]
+       ${CHMOD} -R go-w ${DESTDIR}${PREFIX}/${PYSITELIB}
 
 # no tests included
 do-test:



Home | Main Index | Thread Index | Old Index