diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /sysutils/gkrellm-est | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'sysutils/gkrellm-est')
-rw-r--r-- | sysutils/gkrellm-est/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile index ade71ae314f..3e02d499870 100644 --- a/sysutils/gkrellm-est/Makefile +++ b/sysutils/gkrellm-est/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:24 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= gkrellm-est-20040710 @@ -15,6 +15,8 @@ NO_CONFIGURE= yes ONLY_FOR_PLATFORM= NetBSD-2.0[F-Z]*-i386 NetBSD-2.99.*-i386 ONLY_FOR_PLATFORM+= NetBSD-[3-9].*-i386 +INSTALLATION_DIRS= lib/gkrellm2/plugins + do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins |