diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-13 22:49:37 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-13 22:49:37 +0800 |
commit | 18d6818fe408cb544f3c34d8dcca5cc9736d5860 (patch) | |
tree | 6215c4061e1201e45930d4c5eb4d7a48b9997289 /chinese | |
parent | a531e34c6a04c2b9434c649daaffe0fc39e0a50e (diff) | |
download | freebsd-ports-gnome-18d6818fe408cb544f3c34d8dcca5cc9736d5860.tar.gz freebsd-ports-gnome-18d6818fe408cb544f3c34d8dcca5cc9736d5860.tar.zst freebsd-ports-gnome-18d6818fe408cb544f3c34d8dcca5cc9736d5860.zip |
${ENV} does not exist, it is called ${SETENV}.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/sunpinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 582cfb0c1fc4..a44f940942b1 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -30,7 +30,7 @@ INSTALL_TARGET= install-lib install-headers --install-sandbox=${STAGEDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsunpinyin.so.3.0 - ${ENV} PATH=${WRKSRC}/src:$${PATH} ${GMAKE} -C ${WRKDIR} \ + ${SETENV} PATH=${WRKSRC}/src:$${PATH} ${GMAKE} -C ${WRKDIR} \ -f ${WRKSRC}/src/sunpinyin-dictgen.mk STAGEDIR=${STAGEDIR} ${INSTALL} -d ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/lm_sc.t3g ${WRKDIR}/pydict_sc.bin \ |