pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/py-MyHDL py-MyHDL: Clean up patching remnants in D...
details: https://anonhg.NetBSD.org/pkgsrc/rev/22603ce596ab
branches: trunk
changeset: 378683:22603ce596ab
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 05 07:11:55 2022 +0000
description:
py-MyHDL: Clean up patching remnants in DESTDIR, pointed out by wiz
diffstat:
cad/py-MyHDL/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r c6da6b5e33fc -r 22603ce596ab cad/py-MyHDL/Makefile
--- a/cad/py-MyHDL/Makefile Thu May 05 07:09:39 2022 +0000
+++ b/cad/py-MyHDL/Makefile Thu May 05 07:11:55 2022 +0000
@@ -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 @@
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