diff options
author | damon <damon> | 2001-11-01 15:28:44 +0000 |
---|---|---|
committer | damon <damon> | 2001-11-01 15:28:44 +0000 |
commit | 6970bb85684923a1b4ce146912eb1a4190b89e07 (patch) | |
tree | 37c9e780af63048b124aa0ea4423b9385e4ee33a /net/gkrellm-ping/Makefile | |
parent | 7539ee6d5a7d0a26fcfe331139ac5648c5bd057e (diff) | |
download | pkgsrc-6970bb85684923a1b4ce146912eb1a4190b89e07.tar.gz |
Ensure the plugins dir is there at install time
Diffstat (limited to 'net/gkrellm-ping/Makefile')
-rw-r--r-- | net/gkrellm-ping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile index f63c3ed20ce..4e2c9c35ba6 100644 --- a/net/gkrellm-ping/Makefile +++ b/net/gkrellm-ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/31 00:24:37 damon Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/01 15:34:28 damon Exp $ DISTNAME= gkrellmPing-0.2-3 PKGNAME= gkrellm-ping-0.2.3 @@ -15,6 +15,7 @@ DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm USE_GMAKE= #defined do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/ .include "../../mk/bsd.pkg.mk" |