From 14132752ddca98ef17c6d0e237cdaefef965c34a Mon Sep 17 00:00:00 2001 From: cjs Date: Sun, 14 Jun 1998 21:29:39 +0000 Subject: Add -f to mv option to avoid this make going interactive on us. --- devel/gtexinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/gtexinfo') diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index f7d74b9ad51..12981f0ae79 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/11 12:07:57 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/14 21:29:39 cjs Exp $ # DISTNAME= texinfo-3.12 @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-catgets pre-build: - ${MV} ${WRKSRC}/info/filesys.h ${WRKSRC}/info/filesys.h.orig + ${MV} -f ${WRKSRC}/info/filesys.h ${WRKSRC}/info/filesys.h.orig ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ -e 's|@X11BASE@|${X11BASE}|g' \ -e 's|@LOCALBASE@|${LOCALBASE}|g' \ -- cgit v1.2.3