pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kitty kitty: don't attempt to install .orig files
details: https://anonhg.NetBSD.org/pkgsrc/rev/23ca30b962a4
branches: trunk
changeset: 378776:23ca30b962a4
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 05 12:07:28 2022 +0000
description:
kitty: don't attempt to install .orig files
diffstat:
x11/kitty/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f50db420e536 -r 23ca30b962a4 x11/kitty/Makefile
--- a/x11/kitty/Makefile Thu May 05 12:06:10 2022 +0000
+++ b/x11/kitty/Makefile Thu May 05 12:07:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/04/14 07:20:39 pin Exp $
+# $NetBSD: Makefile,v 1.31 2022/05/05 12:07:28 nia Exp $
DISTNAME= kitty-0.25.0
CATEGORIES= x11
@@ -43,6 +43,7 @@
${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/kitty.conf.5 || ${TRUE}
# pkgsrc framwork only handles optimization level 1 files correctly
${FIND} ${DESTDIR} -type f -name *.opt-2.pyc -print0 | ${XARGS} -0 ${RM} -rf
+ ${FIND} ${DESTDIR} -name '*.orig' -exec rm -rf '{}' ';'
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index