pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/net-snmp Make sure snmp_perl.pl is installed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b902a878f438
branches:  trunk
changeset: 535293:b902a878f438
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Nov 12 21:06:17 2007 +0000

description:
Make sure snmp_perl.pl is installed

diffstat:

 net/net-snmp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6899f32d46a8 -r b902a878f438 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Mon Nov 12 20:52:52 2007 +0000
+++ b/net/net-snmp/Makefile     Mon Nov 12 21:06:17 2007 +0000
@@ -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-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"



Home | Main Index | Thread Index | Old Index