pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xfce4-mixer audio/xfce4-mixer: Fix unwanted dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81f989ba8dd7
branches:  trunk
changeset: 603967:81f989ba8dd7
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat May 19 00:33:43 2012 +0000

description:
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:

 audio/xfce4-mixer/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r d069057dfc91 -r 81f989ba8dd7 audio/xfce4-mixer/Makefile
--- a/audio/xfce4-mixer/Makefile        Sat May 19 00:32:39 2012 +0000
+++ b/audio/xfce4-mixer/Makefile        Sat May 19 00:33:43 2012 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index