From 1eab0dc9d91bb170a31b5ae1f5174d6c3494c958 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 18 Apr 2004 10:36:55 +0000 Subject: [PATCH] Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slave port. Forgotten by: clement --- www/mod_jk2/Makefile | 4 ++-- 1 file 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