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/firefox10/Makefile | |
parent | 45ea149a5942d0bea8057b1c04fa0954ea135fd8 (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/firefox10/Makefile')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 2afa69855b20..4cd0365ccd8d 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 |