diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-05 12:36:25 +0000 |
| commit | 065c026fe5e21a269bbaae0ce69307c7308acbea (patch) | |
| tree | 9cbf2a263e7841be76898ae832e7bfb273d3fd08 /japanese/yc.el/Makefile | |
| parent | 6d6314e20da82ad66b7b278eee92373caa9ab746 (diff) | |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
Notes
svn path=/head/; revision=400848
Diffstat (limited to 'japanese/yc.el/Makefile')
| -rw-r--r-- | japanese/yc.el/Makefile | 4 |
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> |
