summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2014-06-16 14:33:03 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2014-06-16 14:33:03 +0000
commit3eeea5e971d19a06793d3b4aacc07e6b6243a62f (patch)
treeeca3b88f40a11a8a535d635baca4492263a01e50 /japanese
parentFix build error. (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=358003
Diffstat (limited to 'japanese')
-rw-r--r--japanese/cmigemo-dict/Makefile1
-rw-r--r--japanese/cmigemo/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/japanese/cmigemo-dict/Makefile b/japanese/cmigemo-dict/Makefile
index 470d710c92c0..158bb47f46e3 100644
--- a/japanese/cmigemo-dict/Makefile
+++ b/japanese/cmigemo-dict/Makefile
@@ -27,7 +27,6 @@ INSTALL_TARGET= gcc-install-dict
SKKDIC_FILE= SKK-JISYO.L-20110813.bz2
LICENSE_DISTFILES= ${SKKDIC_FILE}
-NO_STAGE= yes
post-extract:
${BZCAT} ${DISTDIR}/${DIST_SUBDIR}/${SKKDIC_FILE} > ${WRKSRC}/dict/SKK-JISYO.L
${CHMOD} a+x ${WRKSRC}/configure
diff --git a/japanese/cmigemo/Makefile b/japanese/cmigemo/Makefile
index 69328a44fabb..494ef0533c26 100644
--- a/japanese/cmigemo/Makefile
+++ b/japanese/cmigemo/Makefile
@@ -29,7 +29,7 @@ PORTDOCS= README_j.txt
USES+= iconv gmake zip
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX}
WRKSRC= ${WRKDIR}/${PORTNAME}-default-src
@@ -38,7 +38,6 @@ INSTALL_TARGET+=gcc-install-doc
.endif
.if !target(post-extract)
-NO_STAGE= yes
post-extract:
${CHMOD} a+x ${WRKSRC}/configure
.endif