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/Makefile | |
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/Makefile')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 2afa69855b20..4cd0365ccd8d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -9,7 +9,7 @@ PORTNAME= phoenix PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor |