[66423] trunk/dports/perl/p5-cgi-speedycgi/Portfile

markd at macports.org markd at macports.org
Mon Apr 12 10:30:44 PDT 2010


Revision: 66423
          http://trac.macports.org/changeset/66423
Author:   markd at macports.org
Date:     2010-04-12 10:30:40 -0700 (Mon, 12 Apr 2010)
Log Message:
-----------
Correct a path error in the ui_msg.

Modified Paths:
--------------
    trunk/dports/perl/p5-cgi-speedycgi/Portfile

Modified: trunk/dports/perl/p5-cgi-speedycgi/Portfile
===================================================================
--- trunk/dports/perl/p5-cgi-speedycgi/Portfile	2010-04-12 16:56:07 UTC (rev 66422)
+++ trunk/dports/perl/p5-cgi-speedycgi/Portfile	2010-04-12 17:30:40 UTC (rev 66423)
@@ -3,7 +3,7 @@
 PortSystem                      1.0
 PortGroup                       perl5 1.0
 perl5.setup                     CGI-SpeedyCGI 2.22
-revision			3
+revision			4
 maintainers                     markd
 description                     Speed up perl CGI scripts by running them persistently
 long_description                SpeedyCGI is a way to run perl scripts persistently, \
@@ -71,7 +71,7 @@
 
 Copy mod_speedycgi.so and enable it in httpd.conf
 
--Copy ${prefix}/share/doc/speedycgi/mod_speedycgi.so to /usr/libexec/httpd 
+-Copy ${prefix}/share/doc/speedycgi/mod_speedycgi.so to /usr/libexec/apache2
 
 -Edit Apple's Apache /etc/apache2/httpd.conf and add these lines.
 	LoadModule speedycgi_module libexec/httpd/mod_speedycgi.so
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100412/2f678937/attachment-0001.html>


More information about the macports-changes mailing list