summaryrefslogtreecommitdiff
path: root/inputmethod/sj3-dict
diff options
context:
space:
mode:
authorkei <kei>2002-06-16 09:54:30 +0000
committerkei <kei>2002-06-16 09:54:30 +0000
commit0bcbd76a271af52066916ebd8015d423f4d0e650 (patch)
treedd3561a7a443351fe72431fe415d1aeaef55254e /inputmethod/sj3-dict
parent04527fd0e1ccb3c188d606f3a642fc9d5b434370 (diff)
downloadpkgsrc-0bcbd76a271af52066916ebd8015d423f4d0e650.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/Makefile3
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 \