[34490] trunk/dports/devel/cvsweb/Portfile

markd at macports.org markd at macports.org
Tue Feb 26 12:49:19 PST 2008


Revision: 34490
          http://trac.macosforge.org/projects/macports/changeset/34490
Author:   markd at macports.org
Date:     2008-02-26 12:49:18 -0800 (Tue, 26 Feb 2008)

Log Message:
-----------
Fix incorrect conf file and icons path for the macport_apache2 variant.

Modified Paths:
--------------
    trunk/dports/devel/cvsweb/Portfile

Modified: trunk/dports/devel/cvsweb/Portfile
===================================================================
--- trunk/dports/devel/cvsweb/Portfile	2008-02-26 20:46:49 UTC (rev 34489)
+++ trunk/dports/devel/cvsweb/Portfile	2008-02-26 20:49:18 UTC (rev 34490)
@@ -39,8 +39,8 @@
 # Optional MacPorts Apache2 port
 	global cgi_path httpd_conf_path
         set cgi_path "${prefix}/apache2/cgi-bin/"
-        set httpd_conf_path "${prefix}/apache2/htdocs/"
-        set icons_path "${prefix}/apache2/icons/"
+        set httpd_conf_path "${prefix}/apache2/conf/"
+        set icons_path "${prefix}/apache2/htdocs/icons/"
         set css_path "${prefix}/apache2/htdocs/css/"
 
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080226/9c53625f/attachment.html 


More information about the macports-changes mailing list