One executable shell program needs bash instead of sh. Bumped PKGREVISION.
This commit is contained in:
parent
334594a9ac
commit
1e75667c37
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue