diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-18 10:43:06 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-18 10:43:06 +0000 |
commit | ef5cd63aba3d993c5b577b759acc16ccd982f11f (patch) | |
tree | 3edeb9abb4c4cb9115c6c06ada4107780d86213b | |
parent | Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slave (diff) |
Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for
connecting to Tomcat using AJP1X.
PR: ports/56662
Submitted by: Palle Girgensohn <girgen@pingpong.net>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_jk2-apache2/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index be1c534c60ef..c6a804330e54 100644 --- a/www/Makefile +++ b/www/Makefile @@ -245,6 +245,7 @@ SUBDIR += mod_jk SUBDIR += mod_jk-apache2 SUBDIR += mod_jk2 + SUBDIR += mod_jk2-apache2 SUBDIR += mod_layout SUBDIR += mod_layout2 SUBDIR += mod_limitipconn diff --git a/www/mod_jk2-apache2/Makefile b/www/mod_jk2-apache2/Makefile new file mode 100644 index 000000000000..76e989dd1001 --- /dev/null +++ b/www/mod_jk2-apache2/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: mod_jk2-apache2 +# Date created: Thu May 29 01:24:15 CEST 2003 +# Whom: Palle Girgensohn <girgen@pingpong.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mod_jk2 +WITH_APACHE2= YES + +.include "${MASTERDIR}/Makefile" |