summaryrefslogtreecommitdiff
path: root/x11/gnome-gkrellm
diff options
context:
space:
mode:
authordamon <damon@pkgsrc.org>2001-11-01 15:28:44 +0000
committerdamon <damon@pkgsrc.org>2001-11-01 15:28:44 +0000
commit608cdd1d99cf52a400e48628309078b65a633290 (patch)
tree37c9e780af63048b124aa0ea4423b9385e4ee33a /x11/gnome-gkrellm
parent15400ec5038a78c042bd2760d1027ca8134ea9cb (diff)
downloadpkgsrc-608cdd1d99cf52a400e48628309078b65a633290.tar.gz
Ensure the plugins dir is there at install time
Diffstat (limited to 'x11/gnome-gkrellm')
-rw-r--r--x11/gnome-gkrellm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gnome-gkrellm/Makefile b/x11/gnome-gkrellm/Makefile
index 492acc4676a..b88001c7ede 100644
--- a/x11/gnome-gkrellm/Makefile
+++ b/x11/gnome-gkrellm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:25:49 damon Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/01 15:35:25 damon Exp $
DISTNAME= gkrellm-gnome
PKGNAME= gnome-gkrellm-0.1
@@ -13,4 +13,7 @@ DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
USE_GMAKE= yes
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
+
.include "../../mk/bsd.pkg.mk"