pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/xfinans "rm -f" in case the file didn't exist ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fb23d9599e8
branches: trunk
changeset: 502723:0fb23d9599e8
user: tv <tv%pkgsrc.org@localhost>
date: Tue Nov 08 16:49:35 2005 +0000
description:
"rm -f" in case the file didn't exist to begin with.
diffstat:
finance/xfinans/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 4fb1c119f356 -r 0fb23d9599e8 finance/xfinans/Makefile
--- a/finance/xfinans/Makefile Tue Nov 08 16:45:47 2005 +0000
+++ b/finance/xfinans/Makefile Tue Nov 08 16:49:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:14:59 agc Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/08 16:49:35 tv Exp $
#
DISTNAME= xfinans-5.9
@@ -31,6 +31,6 @@
${CP} ${WRKSRC}/../variables ${PREFIX}/share/examples/Xfinans
${CP} ${WRKSRC}/../categories ${PREFIX}/share/examples/Xfinans
${CP} ${WRKSRC}/../category_engine ${PREFIX}/share/examples/Xfinans
- ${RM} ${PREFIX}/man/cat1/xfinans.0
+ ${RM} -f ${PREFIX}/man/cat1/xfinans.0
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index