diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-04 19:23:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-04 19:23:44 +0000 |
commit | eb81defc979b339f6300ab5e43433f38706bdfff (patch) | |
tree | d57dc0f70d70b1448495946e0b8b1d837d21b40c /Mk | |
parent | 6d701dafa8ac8e38ea251493d282777438b771eb (diff) | |
download | ports-eb81defc979b339f6300ab5e43433f38706bdfff.tar.gz ports-eb81defc979b339f6300ab5e43433f38706bdfff.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 19df6daa10b8..a689ad42bf12 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -32,7 +32,7 @@ .if !defined(Gecko_Pre_Include) # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). -Gecko_Include_MAINTAINER= miwi@FreeBSD.org +Gecko_Include_MAINTAINER= gecko@FreeBSD.org Gecko_Pre_Include= bsd.gecko.mk # Users should use the following syntax: @@ -244,7 +244,7 @@ Gecko_Pre_Include= bsd.gecko.mk # CONFIGURE_ARGS instead # -MAINTAINER?= miwi@FreeBSD.org +MAINTAINER?= gecko@FreeBSD.org MOZILLA?= ${PORTNAME} MOZILLA_VER?= ${PORTVERSION} |