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.
This commit is contained in:
parent
acde1b7426
commit
23fb28646d
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue