diff options
author | pav <pav@FreeBSD.org> | 2006-10-31 14:09:59 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-31 14:09:59 +0000 |
commit | c06ac1a9a0959767d9adb7577000631c086fc818 (patch) | |
tree | 68cd335327c25c03f0583c76fe75b25d2e923248 /sysutils | |
parent | d6d1b35425c49f4281f4d171b32626888c0da590 (diff) | |
download | FreeBSD-ports-c06ac1a9a0959767d9adb7577000631c086fc818.zip FreeBSD-ports-c06ac1a9a0959767d9adb7577000631c086fc818.tar.gz |
- Make sure to create empty directories when adding from package
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index b7db1d8..19f2a9d 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 99baa12..eb50fae 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 |