diff options
author | kei <kei@pkgsrc.org> | 2002-06-16 09:54:30 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2002-06-16 09:54:30 +0000 |
commit | 6ad42a54de497552ed851276df3a17e9faf4a9da (patch) | |
tree | dd3561a7a443351fe72431fe415d1aeaef55254e /inputmethod | |
parent | e9bca5e160079bd88677fb483686a47a39b8b0c5 (diff) | |
download | pkgsrc-6ad42a54de497552ed851276df3a17e9faf4a9da.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')
-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 \ |