summaryrefslogtreecommitdiff
path: root/japanese/mozilla-jlp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozilla-jlp-devel/Makefile')
-rw-r--r--japanese/mozilla-jlp-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile
index c29bb01c8d91..268c3a77bc85 100644
--- a/japanese/mozilla-jlp-devel/Makefile
+++ b/japanese/mozilla-jlp-devel/Makefile
@@ -59,7 +59,7 @@ do-install:
${CP} installed-chrome.txt.orig installed-chrome.txt; \
${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
(cd ${PREFIX}/lib/mozilla; \
- ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
- ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
.include <bsd.port.post.mk>