diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-18 18:36:55 +0800 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-18 18:36:55 +0800 |
commit | 1eab0dc9d91bb170a31b5ae1f5174d6c3494c958 (patch) | |
tree | 01a33a62fd817bee618186f45338f4b8f93d5cb1 /www/mod_jk2 | |
parent | 9ace06ab44449c66258cd194c7c743bdb6604641 (diff) | |
download | freebsd-ports-gnome-1eab0dc9d91bb170a31b5ae1f5174d6c3494c958.tar.gz freebsd-ports-gnome-1eab0dc9d91bb170a31b5ae1f5174d6c3494c958.tar.zst freebsd-ports-gnome-1eab0dc9d91bb170a31b5ae1f5174d6c3494c958.zip |
Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slave
port.
Forgotten by: clement
Diffstat (limited to 'www/mod_jk2')
-rw-r--r-- | www/mod_jk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_jk2/Makefile b/www/mod_jk2/Makefile index d8c3fe13a030..28783033f4ac 100644 --- a/www/mod_jk2/Makefile +++ b/www/mod_jk2/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-connectors/jk2/source DISTNAME= jakarta-tomcat-connectors-jk2-${PORTVERSION}-src -MAINTAINER= girgen@pingpong.net -COMMENT= Apache JK2 module for connecting to Tomcat using AJP1X +MAINTAINER?= girgen@pingpong.net +COMMENT?= Apache JK2 module for connecting to Tomcat using AJP1X USE_APACHE= yes USE_GMAKE= YES |