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 | 5e7ac039b66e979bdc14733bf992b66042af05aa (patch) | |
tree | 5c02f2b4dbf503d57c5c7b526cb9b1044658ec5f /sysutils/xfce4-thunar | |
parent | f3b8c721b26438d5872d13eca08ed25418db9f3b (diff) | |
download | pkgsrc-5e7ac039b66e979bdc14733bf992b66042af05aa.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/xfce4-thunar')
-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" |