pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 12:07:28 UTC 2022

Modified Files:
        pkgsrc/x11/kitty: Makefile

Log Message:
kitty: don't attempt to install .orig files


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/kitty/Makefile

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

Modified files:

Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.30 pkgsrc/x11/kitty/Makefile:1.31
--- pkgsrc/x11/kitty/Makefile:1.30      Thu Apr 14 07:20:39 2022
+++ pkgsrc/x11/kitty/Makefile   Thu May  5 12:07:28 2022
@@ -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 @@ do-install:
            ${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