From eb1422f4cbbe48cbbcb24e6710c6b8b38789009f Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 28 May 1998 22:16:18 +0000 Subject: Make sure that "make configure" works without user interaction. --- graphics/xpaint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/xpaint/Makefile') diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 7e77c484707..7adce4abf8d 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/22 14:22:44 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/05/28 22:16:18 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp # @@ -21,6 +21,6 @@ pre-configure: @${SED} -e 's|\$${LOCALBASE}|'${LOCALBASE}'|g' \ -e 's|\$${X11BASE}|'${X11BASE}'|g' \ < ${WRKSRC}/Local.config > ${WRKSRC}/Local.config.new && \ - ${MV} ${WRKSRC}/Local.config.new ${WRKSRC}/Local.config + ${MV} -f ${WRKSRC}/Local.config.new ${WRKSRC}/Local.config .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3