summaryrefslogtreecommitdiff
path: root/finance/gkrellm-stock
diff options
context:
space:
mode:
authordamon <damon>2001-11-01 15:28:44 +0000
committerdamon <damon>2001-11-01 15:28:44 +0000
commit6970bb85684923a1b4ce146912eb1a4190b89e07 (patch)
tree37c9e780af63048b124aa0ea4423b9385e4ee33a /finance/gkrellm-stock
parent7539ee6d5a7d0a26fcfe331139ac5648c5bd057e (diff)
downloadpkgsrc-6970bb85684923a1b4ce146912eb1a4190b89e07.tar.gz
Ensure the plugins dir is there at install time
Diffstat (limited to 'finance/gkrellm-stock')
-rw-r--r--finance/gkrellm-stock/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/gkrellm-stock/Makefile b/finance/gkrellm-stock/Makefile
index bed2cb707f7..220b2d9b323 100644
--- a/finance/gkrellm-stock/Makefile
+++ b/finance/gkrellm-stock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/30 13:23:40 damon Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/01 15:30:54 damon Exp $
DISTNAME= gkrellstock-0.2
PKGNAME= gkrellm-stock-0.2
@@ -22,4 +22,7 @@ do-configure:
< ${WRKSRC}/${FILE}.ORIG > ${WRKSRC}/${FILE}
.endfor
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
+
.include "../../mk/bsd.pkg.mk"