diff options
author | pav <pav@FreeBSD.org> | 2008-03-25 23:37:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-25 23:37:44 +0800 |
commit | bb7a285443c670b6388ab6c77facd96a2a65d28c (patch) | |
tree | 58f9b5b34c94fa9a87ca6bf89365980d90d919c1 | |
parent | 74054e73d96a6bfea730662e833e32869f616785 (diff) | |
download | freebsd-ports-gnome-bb7a285443c670b6388ab6c77facd96a2a65d28c.tar.gz freebsd-ports-gnome-bb7a285443c670b6388ab6c77facd96a2a65d28c.tar.zst freebsd-ports-gnome-bb7a285443c670b6388ab6c77facd96a2a65d28c.zip |
- Fix empty directory creation in package
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index f757a5167fc7..a0f48e7e1459 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -8,7 +8,7 @@ PORTNAME= hal DISTVERSION= 0.5.11rc2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist index 3b60cfa41a2f..92c5a73c86ff 100644 --- a/sysutils/hal/pkg-plist +++ b/sysutils/hal/pkg-plist @@ -92,6 +92,7 @@ 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 @exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty +@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor @exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty @dirrm %%DATADIR%%/fdi/preprobe/20thirdparty @dirrm %%DATADIR%%/fdi/preprobe/10osvendor |