summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile3
-rw-r--r--sysutils/hal/pkg-plist8
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 0ee1f6f5d..34befc1b2 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal/Makefile,v 1.8 2006/05/04 20:25:33 marcus Exp $
+# $MCom: ports/sysutils/hal/Makefile,v 1.9 2006/05/05 23:50:37 marcus Exp $
#
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.marcuscom.com/downloads/
diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist
index 13fe07ae1..6ccfc4cb0 100644
--- a/sysutils/hal/pkg-plist
+++ b/sysutils/hal/pkg-plist
@@ -176,7 +176,7 @@ share/locale/zh_TW/LC_MESSAGES/hal.mo
@dirrm etc/hal/fdi/information
@dirrm etc/hal/fdi
@dirrm etc/hal
-@cwd /var/run
-@unexec rm -f %D/hald/hald.pid
-@dirrm hald
-@cwd %%PREFIX%%
+@unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true
+@unexec rm -rf /var/run/hald/hald-local 2>/dev/null || true
+@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true
+@unexec rmdir /var/run/hald 2>/dev/null || true