pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-ujson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 30 08:11:51 UTC 2026

Modified Files:
        pkgsrc/textproc/py-ujson: Makefile

Log Message:
py-ujson: do not install weird file out of package specific PYSITELIB


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-ujson/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.27 pkgsrc/textproc/py-ujson/Makefile:1.28
--- pkgsrc/textproc/py-ujson/Makefile:1.27      Thu Mar 12 05:13:51 2026
+++ pkgsrc/textproc/py-ujson/Makefile   Mon Mar 30 08:11:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2026/03/12 05:13:51 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/03/30 08:11:50 wiz Exp $
 
 DISTNAME=      ujson-5.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= c c++
 
+post-install:
+       ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/src/ujson/python/version.h
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index