Ticket #23939: Portfile-zoo.diff

File Portfile-zoo.diff, 362 bytes (added by TruePath (Peter Gerdes), 14 years ago)

Patch to fix the problem

  • (a) Portfile vs. (b) Portfile-new

    a b  
    4949
    5050    set docdir ${prefix}/share/doc/${name}-${version}
    5151    xinstall -d ${destroot}${docdir}
    52     xinstall -m 0644 -W ${worksrcpath}/Copyright ${destroot}${docdir}
     52    xinstall -m 0644 -W ${worksrcpath} Copyright ${destroot}${docdir}
    5353}
    5454