aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-10-31 22:09:59 +0800
committerpav <pav@FreeBSD.org>2006-10-31 22:09:59 +0800
commitc06ac1a9a0959767d9adb7577000631c086fc818 (patch)
tree68cd335327c25c03f0583c76fe75b25d2e923248
parentd6d1b35425c49f4281f4d171b32626888c0da590 (diff)
downloadfreebsd-ports-gnome-c06ac1a9a0959767d9adb7577000631c086fc818.tar.gz
freebsd-ports-gnome-c06ac1a9a0959767d9adb7577000631c086fc818.tar.zst
freebsd-ports-gnome-c06ac1a9a0959767d9adb7577000631c086fc818.zip
- Make sure to create empty directories when adding from package
-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