summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-11-12 21:06:17 +0000
committeradrianp <adrianp@pkgsrc.org>2007-11-12 21:06:17 +0000
commiteb71cc46c4f7267cb82bc00376d57223aefe4960 (patch)
treeb2d59ed3242a57fb80949c4f942a835c59ec0a37
parentc54c485b17d125908ca9edef6080206b9b29bf1e (diff)
downloadpkgsrc-eb71cc46c4f7267cb82bc00376d57223aefe4960.tar.gz
Make sure snmp_perl.pl is installed
-rw-r--r--net/net-snmp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index d2701eedeef..4465f2fe565 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2007/11/11 23:59:23 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2007/11/12 21:06:17 adrianp Exp $
DISTNAME= net-snmp-5.4.1
CATEGORIES= net
@@ -125,6 +125,8 @@ post-wrapper:
post-install:
${INSTALL_DATA} ${WRKSRC}/EXAMPLE.conf \
${PREFIX}/share/examples/net-snmp/EXAMPLE.conf
+ ${INSTALL_SCRIPT} ${WRKSRC}/agent/snmp_perl.pl \
+ ${PREFIX}/share/snmp/
.include "../../lang/perl5/module.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"