diff options
author | girgen <girgen@FreeBSD.org> | 2004-12-06 11:59:56 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2004-12-06 11:59:56 +0800 |
commit | ab37abf75d0ed93ae839e8be3b2bff4c585eab11 (patch) | |
tree | 3705175517260259403941d5d5fd527d49499f48 /www | |
parent | b9cef9e7bc92b9387d5de6be43406147798ee2fe (diff) | |
download | freebsd-ports-graphics-ab37abf75d0ed93ae839e8be3b2bff4c585eab11.tar.gz freebsd-ports-graphics-ab37abf75d0ed93ae839e8be3b2bff4c585eab11.tar.zst freebsd-ports-graphics-ab37abf75d0ed93ae839e8be3b2bff4c585eab11.zip |
Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_jk-apache2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_jk/Makefile | 2 | ||||
-rw-r--r-- | www/mod_jk2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_jk-apache2/Makefile b/www/mod_jk-apache2/Makefile index cf80ae3c77b..0e04a35d722 100644 --- a/www/mod_jk-apache2/Makefile +++ b/www/mod_jk-apache2/Makefile @@ -9,7 +9,7 @@ MASTERDIR= ${.CURDIR}/../mod_jk WITH_APACHE2= YES PORTEPOCH= 0 -MAINTAINER= girgen@pingpong.net +MAINTAINER= girgen@FreeBSD.org COMMENT= Apache2 JK module for connecting to Tomcat using AJP1X .include "${MASTERDIR}/Makefile" diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index 2893d0f2adc..fb06087dbff 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-connectors/jk/source DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src -MAINTAINER?= girgen@pingpong.net +MAINTAINER?= girgen@FreeBSD.org COMMENT?= Apache JK module for connecting to Tomcat using AJP1X USE_APACHE= YES diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index 0fe5ff49e6f..f38831baa47 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-connectors/jk2/source DISTNAME= jakarta-tomcat-connectors-jk2-${PORTVERSION}-src -MAINTAINER?= girgen@pingpong.net +MAINTAINER?= girgen@FreeBSD.org COMMENT?= Apache JK2 module for connecting to Tomcat using AJP1X USE_APACHE= yes |