summaryrefslogtreecommitdiff
path: root/x11/kdebase-workspace4
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-10-27 05:39:13 +0000
committermarkd <markd@pkgsrc.org>2010-10-27 05:39:13 +0000
commitce5596df9cd5737883490adca51fdf09c34c9b7c (patch)
tree8182303cbac97dadfae6f83a30cf979c0c02d29c /x11/kdebase-workspace4
parent1802344b7e47c3248625ce9dd5c28a160446ac4b (diff)
downloadpkgsrc-ce5596df9cd5737883490adca51fdf09c34c9b7c.tar.gz
s/${MV}/${MV} -f/
Diffstat (limited to 'x11/kdebase-workspace4')
-rw-r--r--x11/kdebase-workspace4/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase-workspace4/hacks.mk b/x11/kdebase-workspace4/hacks.mk
index 2b664b17e9d..024ed934da9 100644
--- a/x11/kdebase-workspace4/hacks.mk
+++ b/x11/kdebase-workspace4/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.1.1.1 2009/10/02 19:37:22 markd Exp $
+# $NetBSD: hacks.mk,v 1.2 2010/10/27 05:39:13 markd Exp $
.if !defined(KDEBASE4_HACKS_MK)
KDEBASE4_HACKS_MK= # defined
@@ -9,7 +9,7 @@ PKG_HACKS+= X11_X_h
post-wrapper:
${SED} 's,^#define FamilyInternet6.*,/* undef FamilyInternet6 */,' \
${BUILDLINK_DIR}/include/X11/X.h >${BUILDLINK_DIR}/include/X11/X.h.new
- ${MV} ${BUILDLINK_DIR}/include/X11/X.h.new ${BUILDLINK_DIR}/include/X11/X.h
+ ${MV} -f ${BUILDLINK_DIR}/include/X11/X.h.new ${BUILDLINK_DIR}/include/X11/X.h
.endif
.endif