diff options
author | cjs <cjs> | 1998-06-14 21:29:39 +0000 |
---|---|---|
committer | cjs <cjs> | 1998-06-14 21:29:39 +0000 |
commit | 14132752ddca98ef17c6d0e237cdaefef965c34a (patch) | |
tree | 2e8cf87fffbf59a034bd5a36d807466685aa9f7b /devel/gtexinfo/Makefile | |
parent | 3ad88552d7c4345124156151523a68fbf2fd7e40 (diff) | |
download | pkgsrc-14132752ddca98ef17c6d0e237cdaefef965c34a.tar.gz |
Add -f to mv option to avoid this make going interactive on us.
Diffstat (limited to 'devel/gtexinfo/Makefile')
-rw-r--r-- | devel/gtexinfo/Makefile | 4 |
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' \ |