diff options
author | joerg <joerg> | 2009-06-14 21:28:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 21:28:46 +0000 |
commit | f366fb00c6bb82c8402624f2c7d00b57cf68a6ae (patch) | |
tree | 5d829254b84f2d9499498c97bb76aa0a614b5171 /sysutils/dbus | |
parent | cc412d85987ba1809d8245f5f5dce4225d999a5c (diff) | |
download | pkgsrc-f366fb00c6bb82c8402624f2c7d00b57cf68a6ae.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/dbus/PLIST b/sysutils/dbus/PLIST index 4dbfb99cd62..48fb9eeb006 100644 --- a/sysutils/dbus/PLIST +++ b/sysutils/dbus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2009/06/14 18:16:02 joerg Exp $ +@comment $NetBSD: PLIST,v 1.13 2009/06/14 21:28:47 joerg Exp $ bin/dbus-cleanup-sockets bin/dbus-daemon bin/dbus-launch @@ -36,6 +36,6 @@ share/examples/dbus/system.conf share/examples/rc.d/dbus ${PLIST.linux}share/examples/rc.d/messagebus.redhat ${PLIST.linux}share/examples/rc.d/rc.messagebus.slackware -@exec ${MKDIR} %D/share/dbus-1/system-services -@exec ${MKDIR} %D/share/dbus-1/services -@exec ${MKDIR} %D/libexec/dbus-1 +@pkgdir share/dbus-1/system-services +@pkgdir share/dbus-1/services +@pkgdir libexec/dbus-1 |