summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index bf7868569fc..2b2eb5cde65 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.791 2001/07/25 23:49:41 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.792 2001/07/26 08:39:35 wiz Exp $
#
# This file is in the public domain.
#
@@ -1494,7 +1494,7 @@ do-patch: uptodate-digest
if [ -x ${f} ]; then \
${CHMOD} a+x ${f}.new; \
fi; \
- ${MV} ${f}.new ${f}; \
+ ${MV} -f ${f}.new ${f}; \
fi
. endfor
. endif