summaryrefslogtreecommitdiff
path: root/www/firefox3-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-03 01:10:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-03 01:10:33 +0000
commit337ddf44a00e802e319bc62bbe0115f0ad3fffc9 (patch)
tree97d8373a827a175e03cfd81749162a70df443d40 /www/firefox3-devel
parentUpdate to 2.2.2. (diff)
Use ${PERL5} to properly locate perl.
Submitted by: perky
Notes
Notes: svn path=/head/; revision=82066
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r--www/firefox3-devel/Makefile1
-rw-r--r--www/firefox3-devel/files/mozconfig.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index ccc53c96d9ae..aea22c49a05b 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/Makefile
@@ -101,6 +101,7 @@ post-extract::
-e 's|@X11BASE@|${X11BASE}|' \
-e 's|@LOCALBASE@|${LOCALBASE}|' \
-e 's|@PREFIX@|${LOCAL_PREFIX}|' \
+ -e 's|@PERL@|${PERL5}|' \
<${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig
post-patch:
diff --git a/www/firefox3-devel/files/mozconfig.in b/www/firefox3-devel/files/mozconfig.in
index ed139738e9d5..66f0897780b1 100644
--- a/www/firefox3-devel/files/mozconfig.in
+++ b/www/firefox3-devel/files/mozconfig.in
@@ -18,7 +18,7 @@ export LDFLAGS="@LDFLAGS@"
export CONFIG_SH=/bin/sh
export XP_UNIX=1
mk_add_options XP_UNIX=1
-export PERL=/usr/local/bin/perl
+export PERL="@PERL@"
mk_add_options PERL=$PERL
# Configure options for installation
ac_add_options --prefix=@PREFIX@