From 35dd9d80a66897f611ed311ba75a4c93c4f1dd41 Mon Sep 17 00:00:00 2001 From: kei Date: Sun, 16 Jun 2002 09:54:30 +0000 Subject: set write permission of the file which will be patched in make patch stage to true. Unless make will stop and wait for users' interaction. --- inputmethod/sj3-dict/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inputmethod/sj3-dict') diff --git a/inputmethod/sj3-dict/Makefile b/inputmethod/sj3-dict/Makefile index 1e376ee055d..078d6f2e9f6 100644 --- a/inputmethod/sj3-dict/Makefile +++ b/inputmethod/sj3-dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/10 09:15:23 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/16 09:54:30 kei Exp $ # DISTNAME= sj3-2.0.1.20 @@ -32,6 +32,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL EVAL_PREFIX+= SJ3SERVERBINDIR=sj3-server-bin pre-configure: + @${CHMOD} +w ${WRKSRC}/dict/dict/Imakefile* @${MV} ${WRKSRC}/dict/dict/Imakefile ${WRKSRC}/dict/dict/Imakefile.orig @${SED} -e 's|$$(TOOL_DIR)/|${SJ3SERVERBINDIR}/bin/|' \ ${WRKSRC}/dict/dict/Imakefile.orig \ -- cgit v1.2.3