summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-31 14:09:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-31 14:09:59 +0000
commitc4c0a61c156637171a9bf4bc86c0d42d92c552b0 (patch)
tree7d47ef321cc02fdbc7bbdd130cdd25c0b78ee5ee /sysutils/hal
parent- again, I forgot to unbreak :( (diff)
- Make sure to create empty directories when adding from package
Notes
Notes: svn path=/head/; revision=175822
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile2
-rw-r--r--sysutils/hal/pkg-plist6
2 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index b7db1d88233c..19f2a9d89ca4 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist
index 99baa12014d0..eb50faeed3e2 100644
--- a/sysutils/hal/pkg-plist
+++ b/sysutils/hal/pkg-plist
@@ -4,6 +4,9 @@ bin/hal-find-by-property
bin/hal-get-property
bin/hal-set-property
bin/lshal
+@exec mkdir -p %D/etc/hal/fdi/preprobe
+@exec mkdir -p %D/etc/hal/fdi/policy
+@exec mkdir -p %D/etc/hal/fdi/information
include/hal/libhal-storage.h
include/hal/libhal.h
lib/libhal-storage.a
@@ -70,13 +73,16 @@ sbin/hald
%%DATADIR%%/fdi/information/10freedesktop/10-usb-pda.fdi
%%DATADIR%%/fdi/information/10freedesktop/10-usb-zip-drives.fdi
%%DATADIR%%/fdi/information/10freedesktop/10-wireless-mice.fdi
+@exec mkdir -p %D/%%DATADIR%%/fdi/information/20thirdparty
%%DATADIR%%/fdi/policy/10osvendor/10-keyboard-policy.fdi
%%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi
%%DATADIR%%/fdi/policy/10osvendor/10-power-mgmt-policy.fdi
%%DATADIR%%/fdi/policy/10osvendor/10-toshiba-buttons.fdi
%%DATADIR%%/fdi/policy/10osvendor/15-storage-luks.fdi
%%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi
+@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty
%%DATADIR%%/fdi/preprobe/10osvendor/10-ide-drives.fdi
+@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty
share/locale/cs/LC_MESSAGES/hal.mo
share/locale/da/LC_MESSAGES/hal.mo
share/locale/de/LC_MESSAGES/hal.mo