aboutsummaryrefslogtreecommitdiffstats
path: root/www/resin2/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-07-03 06:10:15 +0800
committerglewis <glewis@FreeBSD.org>2004-07-03 06:10:15 +0800
commit409497d532185ffc2c7df484934cab97494efebc (patch)
treeffa6ae687889073eb6d842a3535f2739601d84c5 /www/resin2/Makefile
parent158185465f907d240aa9a7fdda1576315a94cd29 (diff)
downloadfreebsd-ports-gnome-409497d532185ffc2c7df484934cab97494efebc.tar.gz
freebsd-ports-gnome-409497d532185ffc2c7df484934cab97494efebc.tar.zst
freebsd-ports-gnome-409497d532185ffc2c7df484934cab97494efebc.zip
. Update to 2.1.14.
PR: 68604 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Diffstat (limited to 'www/resin2/Makefile')
-rw-r--r--www/resin2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/resin2/Makefile b/www/resin2/Makefile
index 4dfb53b9fb58..321e550762d1 100644
--- a/www/resin2/Makefile
+++ b/www/resin2/Makefile
@@ -8,7 +8,7 @@
#
PORTNAME= resin
-PORTVERSION= 2.1.12
+PORTVERSION= 2.1.14
CATEGORIES= www java
MASTER_SITES= http://www.caucho.com/download/
@@ -122,7 +122,10 @@ defined(WITH_APACHE) && (${WITH_APACHE} == yes || ${WITH_APACHE} == YES))
in the Apache configuration file, where you should also \
add a line to specify the location of the Resin configuration \
file, for example: | fmt -w 80 >> ${PKGMESSAGE}
- @${ECHO_CMD} CauchoConfigFile ${PREFIX}/etc/${APP_NAME}.xml >> ${PKGMESSAGE}
+ @${ECHO_CMD} >> ${PKGMESSAGE}
+ @${ECHO_CMD} "<IfModule mod_caucho.c>" >> ${PKGMESSAGE}
+ @${ECHO_CMD} " CauchoConfigFile ${PREFIX}/etc/${APP_NAME}.xml" >> ${PKGMESSAGE}
+ @${ECHO_CMD} "</IfModule>" >> ${PKGMESSAGE}
.endif
@${MV} ${WRKDIR}/wrapper.pl.in ${WRKSRC}/bin/wrapper.pl.in