diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 00:35:57 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 00:35:57 +0000 |
commit | a90df932b07a3f2e38eb1e85976847c54266f09b (patch) | |
tree | 5c02f2b4dbf503d57c5c7b526cb9b1044658ec5f /sysutils | |
parent | a01128dcb4ad32ea6ba360aca2b12effb81020ab (diff) | |
download | pkgsrc-a90df932b07a3f2e38eb1e85976847c54266f09b.tar.gz |
sysutils/xfce4-thunar: Fix unwanted directory removal
xfce4-thunar 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 (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-thunar/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile index d8e9e057206..077e73f3c99 100644 --- a/sysutils/xfce4-thunar/Makefile +++ b/sysutils/xfce4-thunar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/03/03 00:11:51 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2012/05/19 00:35:57 marino Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -18,10 +18,7 @@ PKGCONFIG_OVERRIDE+= thunarx/thunarx-1.pc.in PKG_SYSCONFSUBDIR= xdg/Thunar EGDIR= ${XFCE4_EGBASE}/Thunar -MAKE_DIRS+= ${PREFIX}/libexec/xfce4 ${PREFIX}/libexec/xfce4/panel-plugins MAKE_DIRS+= ${XFCE4_EGBASE} ${PREFIX}/share/xfce4 -MAKE_DIRS+= ${PREFIX}/share/xfce4/panel-plugins - CONF_FILES= ${EGDIR}/uca.xml ${PKG_SYSCONFDIR}/uca.xml .include "options.mk" |