Ticket #22197: xcb.Portfile.patch
File xcb.Portfile.patch, 614 bytes (added by qbarnes (Quentin Barnes), 15 years ago) |
---|
-
x11/xcb/Portfile
old new 26 26 depends_lib \ 27 27 port:xorg-libXaw 28 28 29 destroot.destdir \29 destroot.destdir-append \ 30 30 DESTDIR=${destroot} \ 31 31 BINDIR=${prefix}/bin \ 32 32 LIBDIR=${prefix}/lib/X11 \ … … 34 34 FONTDIR=${prefix}/lib/X11/fonts \ 35 35 MANPATH=${prefix}/share/man 36 36 37 destroot.target installinstall.man37 destroot.target-append install.man 38 38 39 39 post-destroot { 40 delete ${ prefix}/lib/X11/app-defaults40 delete ${destroot}${prefix}/lib/X11/app-defaults 41 41 }