summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-snmp
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-01 17:06:02 +0000
committerskrll <skrll@pkgsrc.org>2002-02-01 17:06:02 +0000
commit8e775fe3024270cced110c54715a3a12af217533 (patch)
treedcdd965005e6a7e529410d8b8c809d1a55c2c963 /net/netsaint-plugin-snmp
parent95f6cc83ce05d7f472bc6b55e12f0a00ccb667d4 (diff)
downloadpkgsrc-8e775fe3024270cced110c54715a3a12af217533.tar.gz
Build and install the check_hpjd plugin.
This closes pkg/14514 from Chris Tribo <t1345@hopi.dtcc.edu>
Diffstat (limited to 'net/netsaint-plugin-snmp')
-rw-r--r--net/netsaint-plugin-snmp/Makefile10
-rw-r--r--net/netsaint-plugin-snmp/PLIST3
2 files changed, 8 insertions, 5 deletions
diff --git a/net/netsaint-plugin-snmp/Makefile b/net/netsaint-plugin-snmp/Makefile
index 4c37449b9ae..945e16a45fd 100644
--- a/net/netsaint-plugin-snmp/Makefile
+++ b/net/netsaint-plugin-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:29 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/02/01 17:06:02 skrll Exp $
#
DISTNAME= netsaint-plugins-1.2.8-4
@@ -15,7 +15,7 @@ DEPENDS+= ucd-snmp-[0-9]*:../../net/ucd-snmp
.include "../../net/netsaint-base/Makefile.common"
-ALL_TARGET= check_snmp
+ALL_TARGET= check_snmp check_hpjd
do-build:
cd ${WRKSRC}/plugins && \
@@ -23,7 +23,9 @@ do-build:
${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/plugins/${ALL_TARGET} \
- ${PREFIX}/libexec/netsaint
+ for PROG in ${ALL_TARGET}; do \
+ ${INSTALL_PROGRAM} ${WRKSRC}/plugins/$${PROG} \
+ ${PREFIX}/libexec/netsaint; \
+ done
.include "../../mk/bsd.pkg.mk"
diff --git a/net/netsaint-plugin-snmp/PLIST b/net/netsaint-plugin-snmp/PLIST
index f9e3ba354fd..b4017a3addf 100644
--- a/net/netsaint-plugin-snmp/PLIST
+++ b/net/netsaint-plugin-snmp/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:51 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/01 17:06:02 skrll Exp $
+libexec/netsaint/check_hpjd
libexec/netsaint/check_snmp