diff options
author | tnn <tnn@pkgsrc.org> | 2008-07-18 07:25:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-07-18 07:25:35 +0000 |
commit | 41f55a096605b7ed93bc109a849068fdecadf46d (patch) | |
tree | 3d67d8935db7053f3ce715790e724de891522bc7 | |
parent | eeab3e3bf87bac997969554bf4ec9cc332c1dc38 (diff) | |
download | pkgsrc-41f55a096605b7ed93bc109a849068fdecadf46d.tar.gz |
Take fallback maintainership.
Do feel free to take it off my shoulders though :-)
-rw-r--r-- | www/firefox3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 3893282d41c..74123304764 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/07/17 20:08:46 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/07/18 07:25:35 tnn Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 COMMENT= Lightweight gecko-based web browser @@ -22,6 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} # Pull in standard firefox build framework, and override some things below .include "../../www/firefox/Makefile-firefox.common" +MAINTAINER= tnn@NetBSD.org MOZ_VER= 3.0.1 DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR |