diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-02 06:50:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-02 06:50:13 +0000 |
commit | 0a4ef7cc052f8e7760924d12e7719a0db311cfe2 (patch) | |
tree | abf5e6e26d6b512cc83f28184faff73d469f658b /www/flock/Makefile | |
parent | 8eea478ce0e64609fc5e36b86eba9127e0f20635 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=130146
Diffstat (limited to 'www/flock/Makefile')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 45a01ff1003a..7cab45b68ae1 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} |