Changeset 1188 for trunk/dports


Ignore:
Timestamp:
Nov 3, 2002, 6:50:09 AM (21 years ago)
Author:
jpm
Message:

added interoperability support with the apache port.
cvsweb - what eles could a cvs repo want in life?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/cvsweb/Portfile

    r1187 r1188  
    1818build           {}
    1919install {
     20       
    2021        switch ${os.platform} {
    2122                darwin {
     
    3031        }
    3132       
    32         # FIXME - need interop with the apache port
    33         #if {[ file exists ${prefix}/sbin/httpd]} {
    34         #       set cgi_path "${prefix}/???/???/"
    35         #       set httpd_conf_path "${prefix}/???/???/"
    36         #}
     33        # apache port interop
     34        if {[ file exists ${prefix}/sbin/httpd]} {
     35                set cgi_path "${prefix}/www/cgi-bin/"
     36                set httpd_conf_path "${prefix}/etc/apache/"
     37        }
    3738
    3839        system "install -o root -m 755 ${worksrcpath}/cvsweb.cgi ${cgi_path}"
Note: See TracChangeset for help on using the changeset viewer.