diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 00:34:45 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 00:34:45 +0000 |
commit | a01128dcb4ad32ea6ba360aca2b12effb81020ab (patch) | |
tree | 19e429f5eebd20b67ca82632bade6641032b3449 /time | |
parent | 099ca94df76aca39cc1ab9581d14f13a27bfaeac (diff) | |
download | pkgsrc-a01128dcb4ad32ea6ba360aca2b12effb81020ab.tar.gz |
time/xfce4-orage: Fix unwanted directory removal
xfce4-orage 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 'time')
-rw-r--r-- | time/xfce4-orage/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/time/xfce4-orage/Makefile b/time/xfce4-orage/Makefile index e5006453339..45a695f991e 100644 --- a/time/xfce4-orage/Makefile +++ b/time/xfce4-orage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/03/03 00:14:02 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/05/19 00:34:45 marino Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -12,9 +12,6 @@ COMMENT= Xfce time managing application CONFIGURE_ARGS+= --disable-libxfce4mcs -MAKE_DIRS+= ${PREFIX}/libexec/xfce4 ${PREFIX}/libexec/xfce4/panel-plugins -MAKE_DIRS+= ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/panel-plugins - .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |