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 | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /net/gkrellm-ping | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'net/gkrellm-ping')
-rw-r--r-- | net/gkrellm-ping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile index 6579f9d884a..7c3f391191d 100644 --- a/net/gkrellm-ping/Makefile +++ b/net/gkrellm-ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:24 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/17 03:50:25 jlam Exp $ DISTNAME= gkrellmPing-0.2-3 PKGNAME= gkrellm-ping-0.2.3 @@ -13,6 +13,8 @@ COMMENT= gkrellm ping plugin WRKSRC= ${WRKDIR}/gkrellmPing USE_TOOLS+= gmake +INSTALLATION_DIRS= lib/gkrellm/plugins + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/ |