New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82151


Ignore:
Timestamp:
08/08/11 15:27:50 (4 years ago)
Author:
ryandesign@…
Message:

zoo: ensure we're UsingTheRightCompiler and arch flags; use an unversioned docdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/archivers/zoo/Portfile

    r64438 r82151  
    55name            zoo 
    66version         2.10pl1 
     7revision        1 
    78categories      archivers 
    89platforms       darwin 
     
    3536 
    3637build.target        bsd 
     38build.args          CC="${configure.cc} [get_canonical_archflags]" 
    3739 
    3840destroot.target     inst_prod 
     
    4446    eval xinstall -m 0444 [glob ${worksrcpath}/*.1] ${destroot}${prefix}/share/man/man1 
    4547 
    46     set docdir ${prefix}/share/doc/${name}-${version} 
     48    set docdir ${prefix}/share/doc/${name} 
    4749    xinstall -d ${destroot}${docdir} 
    4850    xinstall -m 0644 ${worksrcpath}/Copyright ${destroot}${docdir} 
Note: See TracChangeset for help on using the changeset viewer.