diff options
author | rillig <rillig@pkgsrc.org> | 2006-03-10 14:28:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-03-10 14:28:33 +0000 |
commit | 08cbcf3bc9aaec8563d84355665adced146fdebd (patch) | |
tree | 5b8f4632a12c1cd143661bb1eef9c2eed2deb4e5 /net/net-snmp | |
parent | 1e45fc2339b8a757dd5664e461fa08f869b19930 (diff) | |
download | pkgsrc-08cbcf3bc9aaec8563d84355665adced146fdebd.tar.gz |
One executable shell program needs bash instead of sh. Bumped PKGREVISION.
Diffstat (limited to 'net/net-snmp')
-rw-r--r-- | net/net-snmp/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 17463ca7357..02a81c0a726 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2006/03/08 02:52:14 minskim Exp $ +# $NetBSD: Makefile,v 1.45 2006/03/10 14:28:33 rillig Exp $ DISTNAME= net-snmp-5.3.0.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \ ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/ @@ -88,6 +89,13 @@ CONFIGURE_ENV+= PERLPROG=${PERL5:Q} REQD_DIRS= ${PREFIX}/share/snmp RCD_SCRIPTS= snmpd snmptrapd +DEPENDS+= bash-[0-9]*:../../shells/bash + +REPLACE_INTERPRETER+= bash +REPLACE.bash.old= /bin/bash +REPLACE.bash.new= ${LOCALBASE}/bin/bash +REPLACE_FILES.bash= local/mib2c-update + post-wrapper: .if !empty(MACHINE_PLATFORM:MNetBSD-1.5.[123]*-i386) ${MKDIR} ${BUILDLINK_DIR}/include/sys |