From aa60a241e25fd5e6bdfef3a6e4c0586b05ccbf34 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 10:36:03 +0200 Subject: [PATCH] net-snmp: move to usr/bin. --- srcpkgs/net-snmp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/net-snmp/template b/srcpkgs/net-snmp/template index fdeb4c26cb8..f065b414feb 100644 --- a/srcpkgs/net-snmp/template +++ b/srcpkgs/net-snmp/template @@ -1,7 +1,7 @@ # Template build file for 'net-snmp'. pkgname=net-snmp version=5.7.3 -revision=5 +revision=6 hostmakedepends="pkg-config unzip" makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel" short_desc="Simple Network Management Protocol (SNMP) suite" @@ -26,7 +26,7 @@ do_configure() { --with-logfile=/var/log/snmpd.log \ --with-mib-modules="host misc/ipfwacc ucd-snmp/diskio tunnel ucd-snmp/dlmod" \ --with-persistent-directory=/var/net-snmp --disable-static \ - --without-python --without-perl + --without-python --without-perl --sbindir=/usr/bin } do_build() { make ${makejobs} NETSNMP_DONT_CHECK_VERSION=1