diff options
author | glewis <glewis@FreeBSD.org> | 2004-09-03 14:11:10 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-09-03 14:11:10 +0800 |
commit | 1acbe5f98d1d7153c5fa336165427eae442a93a7 (patch) | |
tree | fada5fdc35cf0c08bf3b325914a27ed268878046 | |
parent | 2e6cb62a35d1d73ad3fd5d1c639607c7ca291976 (diff) | |
download | freebsd-ports-gnome-1acbe5f98d1d7153c5fa336165427eae442a93a7.tar.gz freebsd-ports-gnome-1acbe5f98d1d7153c5fa336165427eae442a93a7.tar.zst freebsd-ports-gnome-1acbe5f98d1d7153c5fa336165427eae442a93a7.zip |
. Rope in hq as a co-maintainer since he wrote most of the current version
of this file.
Approved by: hq
-rw-r--r-- | Mk/bsd.java.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index af4628f78add..2b1cafd286e5 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -15,7 +15,7 @@ .if !defined(Java_Include) Java_Include= bsd.java.mk -Java_Include_MAINTAINER= glewis@FreeBSD.org +Java_Include_MAINTAINER= glewis@FreeBSD.org hq@FreeBSD.org #------------------------------------------------------------------------------- # Variables that each port can define: |