diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 00:32:39 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 00:32:39 +0000 |
commit | 23fb28646dcf77813cf22ad80857e0f5c79a34c6 (patch) | |
tree | fa95587dd0abcf6aac7b19dac99e8b19becd2817 /x11 | |
parent | acde1b74268ef9af3d07c3687a640161c96ebbab (diff) | |
download | pkgsrc-23fb28646dcf77813cf22ad80857e0f5c79a34c6.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/xfce4-panel/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-panel/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile index 0ff46c2687b..27e5e5335d6 100644 --- a/x11/xfce4-panel/Makefile +++ b/x11/xfce4-panel/Makefile @@ -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+= ${XFCE4_EGBASE:Q} ${PREFIX}/share/xfce4 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 --git a/x11/xfce4-panel/PLIST b/x11/xfce4-panel/PLIST index 9457b1c4bd2..f940c07a2cb 100644 --- a/x11/xfce4-panel/PLIST +++ b/x11/xfce4-panel/PLIST @@ -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/showdesktop.desktop 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 |