1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Adjust the plist to avoid a conflict with USE_LDCONFIG by setting @cwd.

Reported by:	oliver
This commit is contained in:
Joe Marcus Clarke 2006-09-11 18:04:18 +00:00
parent 029eb3e401
commit da412d866a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172789
2 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION= 0.62
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/

View File

@ -61,7 +61,6 @@ libdata/pkgconfig/dbus-glib-1.pc
@dirrm include/dbus-%%VERSION%%
@dirrm etc/dbus-1/system.d
@dirrm etc/dbus-1
@cwd /var/run
@unexec rm -f %D/dbus/dbus.pid
@unexec rm -f %D/dbus/dbus.pipe
@dirrm dbus
@unexec rm -f /var/run/dbus/dbus.pid
@unexec rm -f /var/run/dbus/dbus.pipe
@unexec rmdir /var/run/dbus 2>/dev/null || true