pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/py-MyHDL



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 07:11:55 UTC 2022

Modified Files:
        pkgsrc/cad/py-MyHDL: Makefile

Log Message:
py-MyHDL: Clean up patching remnants in DESTDIR, pointed out by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/cad/py-MyHDL/Makefile

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

Modified files:

Index: pkgsrc/cad/py-MyHDL/Makefile
diff -u pkgsrc/cad/py-MyHDL/Makefile:1.29 pkgsrc/cad/py-MyHDL/Makefile:1.30
--- pkgsrc/cad/py-MyHDL/Makefile:1.29   Tue Jan  4 20:52:35 2022
+++ pkgsrc/cad/py-MyHDL/Makefile        Thu May  5 07:11:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/01/04 20:52:35 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/05/05 07:11:55 nia Exp $
 
 .include "Makefile.common"
 
@@ -23,6 +23,9 @@ do-test:
                PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} \
                        py.test-${PYVERSSUFFIX}
 
+post-install:
+       ${FIND} ${DESTDIR} -name '*.orig' -exec rm -rf '{}' ';'
+
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index