diff options
author | tron <tron@pkgsrc.org> | 2008-11-20 13:11:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-11-20 13:11:18 +0000 |
commit | 29648f5b32fd241d4eaf1134c137baada3d46439 (patch) | |
tree | b81ba23b524a6beef7af919a5033570f18b12738 /www/firefox3-bin/Makefile | |
parent | da286460a44525770fba96c65fcfc9b353c8cea2 (diff) | |
download | pkgsrc-29648f5b32fd241d4eaf1134c137baada3d46439.tar.gz |
Set the default maintainer for Mozilla related binary packages to
<pkgsrc-users@NetBSD.org> and only assign the "firefox-bin" package
to <grant@NetBSD.org> because that is the package he really created.
Diffstat (limited to 'www/firefox3-bin/Makefile')
-rw-r--r-- | www/firefox3-bin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox3-bin/Makefile b/www/firefox3-bin/Makefile index e1ff8df0058..69a36e1f149 100644 --- a/www/firefox3-bin/Makefile +++ b/www/firefox3-bin/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2008/11/19 22:16:06 tron Exp $ +# $NetBSD: Makefile,v 1.5 2008/11/20 13:11:19 tron Exp $ MOZILLA= firefox MOZ_VER= 3.0.2 MOZ_DISTVER= ${MOZ_VER} -MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mozilla.com/en-US/firefox/ COMMENT= Lightweight gecko-based web browser (binary package) |