From f7a39a10af5af878863e693d36e692880c4c0c43 Mon Sep 17 00:00:00 2001
From: marino <marino>
Date: Sat, 19 May 2012 00:33:43 +0000
Subject: 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.
---
 audio/xfce4-mixer/Makefile | 5 +----
 1 file changed, 1 insertion(+), 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"
-- 
cgit v1.2.3