Ticket #16466: urlview.diff

File urlview.diff, 455 bytes (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

    old new  
    5858
    5959pre-destroot {
    6060    file mkdir "${destroot}${prefix}/share/doc/${name}"
    61     xinstall -m 644 AUTHORS COPYING ChangeLog README sample.urlview \
    62       "${destroot}${prefix}/share/doc/${name}"
     61    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog README \
     62      sample.urlview "${destroot}${prefix}/share/doc/${name}"
    6363}