[127224] trunk/dports/www/mod_jk/Portfile
cal at macports.org
cal at macports.org
Thu Oct 23 12:08:59 PDT 2014
Revision: 127224
https://trac.macports.org/changeset/127224
Author: cal at macports.org
Date: 2014-10-23 12:08:59 -0700 (Thu, 23 Oct 2014)
Log Message:
-----------
mod_jk: convert post-install ui_msg to notes
Modified Paths:
--------------
trunk/dports/www/mod_jk/Portfile
Modified: trunk/dports/www/mod_jk/Portfile
===================================================================
--- trunk/dports/www/mod_jk/Portfile 2014-10-23 19:04:32 UTC (rev 127223)
+++ trunk/dports/www/mod_jk/Portfile 2014-10-23 19:08:59 UTC (rev 127224)
@@ -57,21 +57,16 @@
}
-post-install {
- ui_msg "#"
- ui_msg "# Example file ${prefix}/${apachedir}/conf/workers.properties.sample has"
- ui_msg "# been installed to illustrate use of the jk connector between "
- ui_msg "# apache2 and tomcat."
- ui_msg "#"
- ui_msg "# You will want to create a working copy of this file as workers.properties"
- ui_msg "# and configure the uri mappings within it, or by using directives within httpd.conf."
- ui_msg "#"
- ui_msg "# Be sure to also add the following line to your httpd.conf:"
- ui_msg "#"
- ui_msg "# LoadModule jk_module modules/mod_jk.so"
- ui_msg "#"
-}
+notes "\
+Example file ${prefix}/${apachedir}/conf/workers.properties.sample has been\
+installed to illustrate the use of the jk connector between apache2 and\
+tomcat.
+You will want to create a working copy of this file as workers.properties and\
+configure the URI mappings within it, or by using directives within httpd.conf.
+Be sure to also add the following line to your httpd.conf:
+ LoadModule jk_module modules/mod_jk.so"
+
variant apache20 description "install for apache 2.0.x" {
global apachedir
set apachedir apache20
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141023/e14c58f9/attachment.html>
More information about the macports-changes
mailing list