pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-panel x11/xfce4-panel: Fix unwanted director...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d069057dfc91
branches: trunk
changeset: 603966:d069057dfc91
user: marino <marino%pkgsrc.org@localhost>
date: Sat May 19 00:32:39 2012 +0000
description:
x11/xfce4-panel: Fix unwanted directory removal
Replace OWN_DIRS with @pkgsrc to avoid unwanted deletion of xfce4
plugins directory with the only plugin is deinstalled.
diffstat:
x11/xfce4-panel/Makefile | 6 +++---
x11/xfce4-panel/PLIST | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r b7c236672609 -r d069057dfc91 x11/xfce4-panel/Makefile
--- a/x11/xfce4-panel/Makefile Fri May 18 21:04:46 2012 +0000
+++ b/x11/xfce4-panel/Makefile Sat May 19 00:32:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2012/03/03 00:11:57 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2012/05/19 00:32:39 marino Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -25,10 +25,10 @@
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc ${PREFIX}/share/xfce4/doc/C
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/C/images
OWN_DIRS+= ${PKG_SYSCONFDIR}
-OWN_DIRS+= ${PREFIX}/libexec/xfce4/panel-plugins
+OWN_DIRS+= ${PREFIX}/share/xfce4/panel-plugins
# The following are not used in this pkg, but here is a good place to rmdir them
MAKE_DIRS+= ${PREFIX}/libexec/xfce4
-OWN_DIRS+= ${PREFIX}/share/xfce4/panel-plugins
+MAKE_DIRS+= ${PREFIX}/libexec/xfce4/panel-plugins
.for f in clock-14.rc launcher-10.rc launcher-7.rc launcher-8.rc launcher-9.rc \
panels.xml systray-4.rc xfce4-menu-5.rc
diff -r b7c236672609 -r d069057dfc91 x11/xfce4-panel/PLIST
--- a/x11/xfce4-panel/PLIST Fri May 18 21:04:46 2012 +0000
+++ b/x11/xfce4-panel/PLIST Sat May 19 00:32:39 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2009/11/29 22:17:31 snj Exp $
+@comment $NetBSD: PLIST,v 1.24 2012/05/19 00:32:39 marino Exp $
bin/xfce4-panel
bin/xfce4-popup-windowlist
include/xfce4/libxfce4panel/libxfce4panel-enum-types.h
@@ -150,3 +150,5 @@
share/xfce4/panel-plugins/systray.desktop
share/xfce4/panel-plugins/tasklist.desktop
share/xfce4/panel-plugins/windowlist.desktop
+@pkgdir libexec/xfce4/panel-plugins
+@pkgdir libexec/xfce4
Home |
Main Index |
Thread Index |
Old Index