diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-29 02:52:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-29 02:52:12 +0800 |
commit | ff51775d38431827053423bf8de909d5c2af839c (patch) | |
tree | e9175fb1902687bece6a53b89b3fe6753b80c553 /audio | |
parent | 04c6c89abc8c1366bd27aae96b607f7c0f2626d5 (diff) | |
download | freebsd-ports-gnome-ff51775d38431827053423bf8de909d5c2af839c.tar.gz freebsd-ports-gnome-ff51775d38431827053423bf8de909d5c2af839c.tar.zst freebsd-ports-gnome-ff51775d38431827053423bf8de909d5c2af839c.zip |
Remove a leftover directory in the (default) GConf case.
Reported by: pointyhat via kris
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 2 | ||||
-rw-r--r-- | audio/pulseaudio/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 281d65c2917b..4652b78b8dd9 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -8,7 +8,7 @@ PORTNAME= pulseaudio PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ diff --git a/audio/pulseaudio/pkg-plist b/audio/pulseaudio/pkg-plist index a917546b3e87..d59ffa22b54d 100644 --- a/audio/pulseaudio/pkg-plist +++ b/audio/pulseaudio/pkg-plist @@ -263,6 +263,7 @@ libdata/pkgconfig/libpulse-simple.pc libdata/pkgconfig/libpulse.pc %%GCONF%%libexec/pulse/gconf-helper %%GCONF%%libexec/pulse +%%GCONF%%@dirrm libexec/pulse @dirrm lib/pulse-%%PULSE_VERSION%%/modules @dirrm lib/pulse-%%PULSE_VERSION%% @dirrm include/pulsecore |