summaryrefslogtreecommitdiff
path: root/www/firefox15/files/mozconfig.in
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/firefox15/files/mozconfig.in
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 '')
-rw-r--r--www/firefox15/files/mozconfig.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox15/files/mozconfig.in b/www/firefox15/files/mozconfig.in
index ed139738e9d5..66f0897780b1 100644
--- a/www/firefox15/files/mozconfig.in
+++ b/www/firefox15/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@