diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-30 04:38:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-30 04:38:42 +0000 |
commit | e984ab20917bb7de215b73fc8ae773dffe5a3a65 (patch) | |
tree | 65785dcbdd99778822a12175a78019a75f6a2895 /japanese/mozilla-jlp | |
parent | 2c22eed1aa2dffddc3c392a7d9600af9746c8178 (diff) | |
download | ports-e984ab20917bb7de215b73fc8ae773dffe5a3a65.tar.gz ports-e984ab20917bb7de215b73fc8ae773dffe5a3a65.zip |
Notes
Diffstat (limited to 'japanese/mozilla-jlp')
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp/Makefile b/japanese/mozilla-jlp/Makefile index c29bb01c8d91..268c3a77bc85 100644 --- a/japanese/mozilla-jlp/Makefile +++ b/japanese/mozilla-jlp/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> |