From e0482d846f6d83db756e94717b06ba417b08447d Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 7 May 2006 05:44:35 +0000 Subject: Fix packaging. Reported by: sajd on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6232 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/hal/Makefile | 3 ++- sysutils/hal/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'sysutils') 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 # # $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 -- cgit v1.2.3