diff options
author | mat <mat@FreeBSD.org> | 2015-04-13 22:49:37 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-13 22:49:37 +0800 |
commit | 0a4658cdb3385ad104b677e3174754d78aa23f5f (patch) | |
tree | 6215c4061e1201e45930d4c5eb4d7a48b9997289 /chinese | |
parent | 5e19c4b191b010bf04c226c9560d66d5f896d513 (diff) | |
download | freebsd-ports-gnome-0a4658cdb3385ad104b677e3174754d78aa23f5f.tar.gz freebsd-ports-gnome-0a4658cdb3385ad104b677e3174754d78aa23f5f.tar.zst freebsd-ports-gnome-0a4658cdb3385ad104b677e3174754d78aa23f5f.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 \ |