diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:13:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:13:25 +0000 |
commit | 4bfd4a2628453962ab2d8a5e4036aa1cd3352075 (patch) | |
tree | 534826e25bcfbb33533c77564ce384d8d8dd98c3 /sysutils/hal | |
parent | 3d29429846429afd6242959c42631c87d0dc27de (diff) | |
download | pkgsrc-4bfd4a2628453962ab2d8a5e4036aa1cd3352075.tar.gz |
Remove @dirrm entries from PLISTs
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/PLIST | 7 | ||||
-rw-r--r-- | sysutils/hal/PLIST.FreeBSD | 3 | ||||
-rw-r--r-- | sysutils/hal/PLIST.Linux | 3 | ||||
-rw-r--r-- | sysutils/hal/PLIST.NetBSD | 3 |
4 files changed, 4 insertions, 12 deletions
diff --git a/sysutils/hal/PLIST b/sysutils/hal/PLIST index be475e6ba61..a1166f59d69 100644 --- a/sysutils/hal/PLIST +++ b/sysutils/hal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/01/25 16:20:36 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:16:07 joerg Exp $ bin/hal-device bin/hal-disable-polling bin/hal-find-by-capability @@ -100,11 +100,6 @@ share/PolicyKit/policy/org.freedesktop.hal.policy share/PolicyKit/policy/org.freedesktop.hal.power-management.policy share/PolicyKit/policy/org.freedesktop.hal.storage.policy share/PolicyKit/policy/org.freedesktop.hal.wol.policy -@dirrm share/gtk-doc/html/libhal-storage -@dirrm share/gtk-doc/html/libhal -@dirrm lib/hal/scripts -@dirrm lib/hal -@dirrm include/hal @exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/information @exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/policy @exec ${MKDIR} ${PKG_SYSCONFDIR}/hal/fdi/preprobe diff --git a/sysutils/hal/PLIST.FreeBSD b/sysutils/hal/PLIST.FreeBSD index 2c2e6134377..c1ea9f7fcd6 100644 --- a/sysutils/hal/PLIST.FreeBSD +++ b/sysutils/hal/PLIST.FreeBSD @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.FreeBSD,v 1.1 2008/11/24 21:13:19 hasso Exp $ +@comment $NetBSD: PLIST.FreeBSD,v 1.2 2009/06/14 18:16:07 joerg Exp $ lib/hal/scripts/freebsd/hal-system-lcd-get-brightness-freebsd lib/hal/scripts/freebsd/hal-system-lcd-set-brightness-freebsd lib/hal/scripts/freebsd/hal-system-power-reboot-freebsd @@ -12,4 +12,3 @@ libexec/hald-probe-scsi libexec/hald-probe-smbios libexec/hald-probe-storage libexec/hald-probe-volume -@dirrm lib/hal/scripts/freebsd diff --git a/sysutils/hal/PLIST.Linux b/sysutils/hal/PLIST.Linux index 3ebd65d7648..a1133e809f2 100644 --- a/sysutils/hal/PLIST.Linux +++ b/sysutils/hal/PLIST.Linux @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.Linux,v 1.3 2008/12/26 02:36:02 ahoka Exp $ +@comment $NetBSD: PLIST.Linux,v 1.4 2009/06/14 18:16:07 joerg Exp $ lib/hal/scripts/linux/hal-dockstation-undock-linux lib/hal/scripts/linux/hal-luks-remove-linux lib/hal/scripts/linux/hal-luks-setup-linux @@ -41,4 +41,3 @@ share/examples/hal/90-hal.rules share/hal/fdi/policy/10osvendor/10-cpufreq.fdi share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi share/hal/fdi/policy/10osvendor/10-usbcsr-mice.fdi -@dirrm lib/hal/scripts/linux diff --git a/sysutils/hal/PLIST.NetBSD b/sysutils/hal/PLIST.NetBSD index 69cefd32223..92671e0bb5d 100644 --- a/sysutils/hal/PLIST.NetBSD +++ b/sysutils/hal/PLIST.NetBSD @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST.NetBSD,v 1.2 2008/11/27 03:32:19 jmcneill Exp $ +@comment $NetBSD: PLIST.NetBSD,v 1.3 2009/06/14 18:16:07 joerg Exp $ lib/hal/scripts/netbsd/hal-system-power-reboot-netbsd lib/hal/scripts/netbsd/hal-system-power-shutdown-netbsd lib/hal/scripts/netbsd/hal-system-power-suspend-netbsd libexec/hald-addon-storage libexec/hald-probe-storage libexec/hald-probe-volume -@dirrm lib/hal/scripts/netbsd |