diff options
author | clement <clement@FreeBSD.org> | 2004-02-26 08:26:55 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-26 08:26:55 +0800 |
commit | 11c830c548a84779b31f445f3bf99e275b04e7ae (patch) | |
tree | a3d6c8c3330f9a0ffc17182216e745b455df3ee2 /www | |
parent | 939a1128c349d67171cdab1f03e473d37579fb9b (diff) | |
download | freebsd-ports-gnome-11c830c548a84779b31f445f3bf99e275b04e7ae.tar.gz freebsd-ports-gnome-11c830c548a84779b31f445f3bf99e275b04e7ae.tar.zst freebsd-ports-gnome-11c830c548a84779b31f445f3bf99e275b04e7ae.zip |
Prepare the port to have a slave.
Approved and reviewed by: Larry Lansing <lansil@fuzzynerd.com> (maintainer)
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 |