aboutsummaryrefslogtreecommitdiff
path: root/japanese/yc.el
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit065c026fe5e21a269bbaae0ce69307c7308acbea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /japanese/yc.el
parent6d6314e20da82ad66b7b278eee92373caa9ab746 (diff)
downloadports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz
ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip
Notes
Diffstat (limited to 'japanese/yc.el')
-rw-r--r--japanese/yc.el/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/yc.el/Makefile b/japanese/yc.el/Makefile
index 7ea2d5065f1b..b972677d3888 100644
--- a/japanese/yc.el/Makefile
+++ b/japanese/yc.el/Makefile
@@ -29,12 +29,12 @@ ICANNA_DESC= Enable icanna support
ICANNA_RUN_DEPENDS= icanna:${PORTSDIR}/japanese/icanna
do-build:
- @cd ${WRKDIR} && \
+ @cd ${WRKSRC} && \
${EMACS_CMD} -batch -f batch-byte-compile yc.el
do-install:
@${MKDIR} ${STAGEDIR}${YC_LISPDIR}
- @cd ${WRKDIR} && \
+ @cd ${WRKSRC} && \
${INSTALL_SCRIPT} yc.el yc.elc ${STAGEDIR}${YC_LISPDIR}
.include <bsd.port.mk>