Ticket #12493: Portfile.diff

File Portfile.diff, 554 bytes (added by takanori@…, 17 years ago)

Here is a patch to fix this problem.

  • Portfile

    old new  
    4646post-destroot {
    4747        file mkdir ${destroot}${prefix}/share/dbus-1/services
    4848        file mkdir ${destroot}${prefix}/var/run/dbus
     49        file mkdir ${destroot}${prefix}/var/lib/dbus
    4950        file mkdir ${destroot}${prefix}/etc/dbus-1/system.d
    5051}
    5152
    5253destroot.keepdirs \
    5354        ${destroot}${prefix}/share/dbus-1/services \
    5455        ${destroot}${prefix}/var/run/dbus \
     56        ${destroot}${prefix}/var/lib/dbus \
    5557        ${destroot}${prefix}/etc/dbus-1/system.d
    5658
    5759pre-activate {