Ticket #22197: xcb.Portfile.patch

File xcb.Portfile.patch, 614 bytes (added by qbarnes (Quentin Barnes), 15 years ago)

Portfile patch

  • x11/xcb/Portfile

    old new  
    2626depends_lib \
    2727        port:xorg-libXaw
    2828
    29 destroot.destdir \
     29destroot.destdir-append \
    3030        DESTDIR=${destroot} \
    3131        BINDIR=${prefix}/bin \
    3232        LIBDIR=${prefix}/lib/X11 \
     
    3434        FONTDIR=${prefix}/lib/X11/fonts \
    3535        MANPATH=${prefix}/share/man
    3636
    37 destroot.target install install.man
     37destroot.target-append install.man
    3838
    3939post-destroot {
    40         delete ${prefix}/lib/X11/app-defaults
     40        delete ${destroot}${prefix}/lib/X11/app-defaults
    4141}