summaryrefslogtreecommitdiff
path: root/devel/gtexinfo
diff options
context:
space:
mode:
authorcjs <cjs>1998-06-14 21:29:39 +0000
committercjs <cjs>1998-06-14 21:29:39 +0000
commit14132752ddca98ef17c6d0e237cdaefef965c34a (patch)
tree2e8cf87fffbf59a034bd5a36d807466685aa9f7b /devel/gtexinfo
parent3ad88552d7c4345124156151523a68fbf2fd7e40 (diff)
downloadpkgsrc-14132752ddca98ef17c6d0e237cdaefef965c34a.tar.gz
Add -f to mv option to avoid this make going interactive on us.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r--devel/gtexinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
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' \