Wed Nov 19 22:16:06 2008 UTC ()
Change the maintainer to <pkgsrc-bugs@NetBSD.org> because Grant Beattie
didn't create this package. He only got listed as maintainer via
"www/seamonkey-bin/Makefile.common".


(tron)
diff -r1.3 -r1.4 pkgsrc/www/firefox3-bin/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/www/firefox3-bin/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox3-bin/Attic/Makefile 2008/09/24 16:14:49 1.3
+++ pkgsrc/www/firefox3-bin/Attic/Makefile 2008/11/19 22:16:06 1.4
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2008/09/24 16:14:49 ghen Exp $ 1# $NetBSD: Makefile,v 1.4 2008/11/19 22:16:06 tron Exp $
2 2
3MOZILLA= firefox 3MOZILLA= firefox
4MOZ_VER= 3.0.2 4MOZ_VER= 3.0.2
5MOZ_DISTVER= ${MOZ_VER} 5MOZ_DISTVER= ${MOZ_VER}
6 6
 7MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 8HOMEPAGE= http://www.mozilla.com/en-US/firefox/
8COMMENT= Lightweight gecko-based web browser (binary package) 9COMMENT= Lightweight gecko-based web browser (binary package)
9 10
10DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR} 11DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR}
11 12
12EMUL_PLATFORMS= linux-i386 13EMUL_PLATFORMS= linux-i386
13#EMUL_PLATFORMS+= solaris-i386 solaris-sparc 14#EMUL_PLATFORMS+= solaris-i386 solaris-sparc
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17.include "../../www/seamonkey-bin/Makefile.common" 18.include "../../www/seamonkey-bin/Makefile.common"