pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/cpuinfo
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 8 10:12:55 UTC 2025
Modified Files:
pkgsrc/sysutils/cpuinfo: Makefile
Log Message:
cpuinfo: use 'rm -f'
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/cpuinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/cpuinfo/Makefile
diff -u pkgsrc/sysutils/cpuinfo/Makefile:1.3 pkgsrc/sysutils/cpuinfo/Makefile:1.4
--- pkgsrc/sysutils/cpuinfo/Makefile:1.3 Tue Aug 5 14:16:59 2025
+++ pkgsrc/sysutils/cpuinfo/Makefile Fri Aug 8 10:12:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/08/05 14:16:59 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/08 10:12:55 wiz Exp $
DISTNAME= cpuinfo-0.0.20250724
CATEGORIES= sysutils
@@ -37,7 +37,7 @@ post-install:
lib/libbenchmark.a \
lib/libbenchmark_main.a \
lib/pkgconfig/benchmark.pc
- ${RM} ${DESTDIR}${PREFIX}/${file}
+ ${RM} -f ${DESTDIR}${PREFIX}/${file}
.endfor
Home |
Main Index |
Thread Index |
Old Index