diff options
author | marino <marino> | 2012-05-19 00:33:43 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-19 00:33:43 +0000 |
commit | f7a39a10af5af878863e693d36e692880c4c0c43 (patch) | |
tree | 3f7f142008ed129f8516531238e713c2c8ac6224 | |
parent | 454a24242579ec72fd01dafa7b37825fbfd36e39 (diff) | |
download | pkgsrc-f7a39a10af5af878863e693d36e692880c4c0c43.tar.gz |
audio/xfce4-mixer: Fix unwanted directory removal
xfce4-mixer depends on x11/xfce4-panel which takes care of creating
the plugins directory. Remove the redundant directory creation which
can lead to directories being removed prematurely.
-rw-r--r-- | audio/xfce4-mixer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index c1c05d31bbe..0fee004f2df 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/03/03 00:12:45 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2012/05/19 00:33:43 marino Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -9,9 +9,6 @@ PKGREVISION= 8 CATEGORIES= audio COMMENT= Xfce mixer plugin -MAKE_DIRS+= ${PREFIX}/libexec/xfce4 ${PREFIX}/libexec/xfce4/panel-plugins -MAKE_DIRS+= ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/panel-plugins - BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.14 .include "../../devel/xfconf/buildlink3.mk" |