diff options
author | alane <alane@FreeBSD.org> | 2002-11-03 02:24:51 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-03 02:24:51 +0800 |
commit | c45b074be65d191c0cc7c5c2ed4d616482520194 (patch) | |
tree | f467adfc419d723ddfa64c2c3f5564999351ef3d /www/firefox/files | |
parent | ad87898ff7c3ac20ac852766e834d7befa21063d (diff) | |
download | freebsd-ports-gnome-c45b074be65d191c0cc7c5c2ed4d616482520194.tar.gz freebsd-ports-gnome-c45b074be65d191c0cc7c5c2ed4d616482520194.tar.zst freebsd-ports-gnome-c45b074be65d191c0cc7c5c2ed4d616482520194.zip |
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.
Diffstat (limited to 'www/firefox/files')
-rw-r--r-- | www/firefox/files/mozconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in index 6b8dc649d147..8468f9514a85 100644 --- a/www/firefox/files/mozconfig.in +++ b/www/firefox/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 |