diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_jk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index 994d910a88e4..55731201cdf4 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -8,14 +8,14 @@ PORTNAME= mod_jk PORTVERSION= 1.2.5 PORTREVISION= 1 -PORTEPOCH= 1 +PORTEPOCH?= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-connectors/jk/source DISTNAME= jakarta-tomcat-connectors-jk-${PORTVERSION}-src -MAINTAINER= girgen@pingpong.net -COMMENT= Apache JK module for connecting to Tomcat using AJP1X +MAINTAINER?= girgen@pingpong.net +COMMENT?= Apache JK module for connecting to Tomcat using AJP1X USE_APACHE= YES |