diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2004-12-06 03:59:56 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2004-12-06 03:59:56 +0000 |
commit | ae413f56b69b0dd6e84f38e746dac424055e0529 (patch) | |
tree | 37456d3d3d32f2c30a9f9c95742827a74bbd346c /www | |
parent | 7adc5e3ddfe14bd5d7cfa858fddb31b5493b560c (diff) |
Notes
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 cf80ae3c77b8..0e04a35d7226 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 2893d0f2adc8..fb06087dbffc 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 0fe5ff49e6f8..f38831baa471 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 |