aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-27 09:24:08 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-27 09:24:08 +0000
commitd0190bfe057ebcb70144a746627c7d038cf80072 (patch)
tree8463a8a7950e4b6149e129710bd6fca8e3b8b5b8 /www/seamonkey2
parent887c2f0aedd38306fd3f7957773e2b07e5b729a3 (diff)
downloadports-d0190bfe057ebcb70144a746627c7d038cf80072.tar.gz
ports-d0190bfe057ebcb70144a746627c7d038cf80072.zip
${ENV} --> ${SETENV}
PR: 22337 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes
Notes: svn path=/head/; revision=34286
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index d8f2741b5428..90129610f81a 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -53,10 +53,10 @@ post-build:
${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla
@${CHMOD} 555 ${WRKSRC}/mozilla
@(cd ${WRKSRC}/dist/bin; \
- ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \
${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \
- ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
+ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
do-install:
${MKDIR} ${PREFIX}/lib/mozilla