summaryrefslogtreecommitdiff
path: root/net
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 /net
parent15400ec5038a78c042bd2760d1027ca8134ea9cb (diff)
downloadpkgsrc-608cdd1d99cf52a400e48628309078b65a633290.tar.gz
Ensure the plugins dir is there at install time
Diffstat (limited to 'net')
-rw-r--r--net/gkrellm-ping/Makefile3
-rw-r--r--net/gkrellm-snmp/Makefile3
-rw-r--r--net/gkrellm-wireless/Makefile3
3 files changed, 6 insertions, 3 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"
diff --git a/net/gkrellm-snmp/Makefile b/net/gkrellm-snmp/Makefile
index 9a5364429d6..ba4e1c16902 100644
--- a/net/gkrellm-snmp/Makefile
+++ b/net/gkrellm-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/31 00:28:26 damon Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/01 15:33:02 damon Exp $
DISTNAME= gkrellm_snmp-0.18
PKGNAME= gkrellm-snmp-0.18
@@ -15,6 +15,7 @@ DEPENDS+= ucd-snmp>=4.1.0:../../net/ucd-snmp
USE_GMAKE= #defined
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/gkrellm_snmp.so ${PREFIX}/lib/gkrellm/plugins/
.include "../../mk/bsd.prefs.mk"
diff --git a/net/gkrellm-wireless/Makefile b/net/gkrellm-wireless/Makefile
index 0d47af67ff6..4d4691a4ff2 100644
--- a/net/gkrellm-wireless/Makefile
+++ b/net/gkrellm-wireless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/31 00:30:21 damon Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/01 15:33:36 damon Exp $
DISTNAME= gkrellmwireless-0.2.2
PKGNAME= gkrellm-wireless-0.2.2
@@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= *BSD-*-* Linux-*-*
USE_GMAKE= #defined
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/wireless.so ${PREFIX}/lib/gkrellm/plugins/
.include "../../mk/bsd.prefs.mk"