diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-11-12 21:06:17 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-11-12 21:06:17 +0000 |
commit | cffa56cbc928139d3613dbf09bfa04adea164462 (patch) | |
tree | b2d59ed3242a57fb80949c4f942a835c59ec0a37 /net | |
parent | e58b9ea675fef3705b4661bda0aba5085b86acba (diff) | |
download | pkgsrc-cffa56cbc928139d3613dbf09bfa04adea164462.tar.gz |
Make sure snmp_perl.pl is installed
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
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" |