diff options
author | kei <kei> | 2002-06-16 09:54:30 +0000 |
---|---|---|
committer | kei <kei> | 2002-06-16 09:54:30 +0000 |
commit | 35dd9d80a66897f611ed311ba75a4c93c4f1dd41 (patch) | |
tree | dd3561a7a443351fe72431fe415d1aeaef55254e /inputmethod/sj3-dict | |
parent | e241a750d8b9c5f02b2ea245f2ab3f348b16b011 (diff) | |
download | pkgsrc-35dd9d80a66897f611ed311ba75a4c93c4f1dd41.tar.gz |
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.
Diffstat (limited to 'inputmethod/sj3-dict')
-rw-r--r-- | inputmethod/sj3-dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |