summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-07-27 02:23:40 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-07-27 02:23:40 +0000
commitcd431845a65d8349274c22808dcefc127f37cceb (patch)
treedf47183cb988d4d7f15bd73b583a608ba4298c76
parentA fork of a better-known ImageMagick emphasizing user convenience (diff)
Bugfix; the port installed a bad config sample.
Pointy hat to: me Approved by: ade, seanc (implicit)
-rw-r--r--www/mod_jk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile
index 28234b893094..3b8f18a17649 100644
--- a/www/mod_jk/Makefile
+++ b/www/mod_jk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_jk
PORTVERSION= 1.2.14.1
+PORTVERSION= 1
PORTEPOCH?= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
@@ -45,7 +46,8 @@ CONFIGURE_ARGS+= --with-apxs=${APXS}
do-install:
${APXS} -i -n jk ${WRKSRC}/apache-${APACHE_VER}/mod_jk.so
- ${APXS} -e -A -n jk ${WRKSRC}/apache-${APACHE_VER}/mod_jk.so
- ${SED} -e "s#%%APACHE_CONF%%#${APACHE_CONF}#g" ${WRKSRC}/ > ${WRKDIR}/mod_jk.conf.sample
+ ${SED} -e "s#%%APACHE_CONF%%#${APACHE_CONF}#g" ${FILESDIR}/mod_jk.conf.sample \
+ > ${WRKDIR}/mod_jk.conf.sample
${INSTALL_DATA} ${WRKDIR}/mod_jk.conf.sample ${APACHE_CONF}
${INSTALL_DATA} ${FILESDIR}/workers.properties.sample ${APACHE_CONF}