diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 00:33:43 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 00:33:43 +0000 |
commit | 099ca94df76aca39cc1ab9581d14f13a27bfaeac (patch) | |
tree | 3f7f142008ed129f8516531238e713c2c8ac6224 /audio/xfce4-mixer | |
parent | 23fb28646dcf77813cf22ad80857e0f5c79a34c6 (diff) | |
download | pkgsrc-099ca94df76aca39cc1ab9581d14f13a27bfaeac.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.
Diffstat (limited to 'audio/xfce4-mixer')
-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" |