summaryrefslogtreecommitdiff
path: root/finance/xfinans/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-11-08 16:49:35 +0000
committertv <tv>2005-11-08 16:49:35 +0000
commit85c93e2c498459340169462736d529ed0d140c79 (patch)
tree9fd8cff334db4f9f566b109f68ba3f1bb811c6c2 /finance/xfinans/Makefile
parentc0950789da482b42ca6d70cc562e7cebacea3406 (diff)
downloadpkgsrc-85c93e2c498459340169462736d529ed0d140c79.tar.gz
"rm -f" in case the file didn't exist to begin with.
Diffstat (limited to 'finance/xfinans/Makefile')
-rw-r--r--finance/xfinans/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/xfinans/Makefile b/finance/xfinans/Makefile
index 4a0c8253170..4aed74bfe3f 100644
--- a/finance/xfinans/Makefile
+++ b/finance/xfinans/Makefile
@@ -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 @@ post-install:
${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"