diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-02 18:24:51 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-02 18:24:51 +0000 |
commit | b5921bf2ff4d629a6e1045a479a80d1143993d2e (patch) | |
tree | 874e18efca399d46fae1de8aaa6e338d41008085 /www/firefox36/files/mozconfig.in | |
parent | * Update to 2.2.7. Minor build changes only. (diff) |
1. Bump PORTREVISION because of plist changes.
2. Fix plist to catch the missing files/dirs. It should now deinstall
cleanly (it does here, anyway).
2a.The dirs that were created with @exec /bin/mkdir are now removed using
@unexec /bin/rmdir blah/blah || true.
3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same
shell for configuration.
Note: you can use Perl < 5.8, but you need File::Spec for whatever perl
you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is
no /usr/bin/perl [-CURRENT?].
If there were PRs on this, I've forgotten which ones and will close them
out separately. I can do a forced commit on Makefile to relate the PRs,
if any, to the changes.
Notes
Notes:
svn path=/head/; revision=69301
Diffstat (limited to 'www/firefox36/files/mozconfig.in')
-rw-r--r-- | www/firefox36/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index 6b8dc649d147..8468f9514a85 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -13,6 +13,7 @@ ac_add_options --disable-composer # FBSD specific export CFLAGS="@CFLAGS@" export LIBS="@LIBS@" +export CONFIG_SH=/bin/sh test -x /usr/bin/perl && export PERL=/usr/bin/perl \ || export PERL=/usr/local/bin/perl mk_add_options PERL=$PERL |