diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-02 06:50:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-02 06:50:13 +0000 |
commit | fdb23c5598ae0ee48ee307d53a78d2b953c7baa4 (patch) | |
tree | afe7d50f17772b1abf0d23dcd03b3c1119dc837e /www/firefox/Makefile | |
parent | e41562d60869ffb923fcd0b6751051ad1412bd33 (diff) | |
download | FreeBSD-ports-fdb23c5598ae0ee48ee307d53a78d2b953c7baa4.zip FreeBSD-ports-fdb23c5598ae0ee48ee307d53a78d2b953c7baa4.tar.gz |
Fix the startup script so that arguments are passed correctly to the browser
binary.
PR: 78175 (firefox)
78217 (mozilla-devel)
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
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 45a01ff..7cab45b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |