diff options
-rw-r--r-- | japanese/mozilla-jlp-devel/Makefile | 4 | ||||
-rw-r--r-- | japanese/mozilla-jlp/Makefile | 4 |
2 files changed, 4 insertions, 4 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> 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> |