diff options
author | Sam James <sam@gentoo.org> | 2021-05-26 08:50:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 08:50:06 +0000 |
commit | ac293cdc8a63da6dde65c920b2a311df016ba089 (patch) | |
tree | 5e40b29b005ad359f28e0ad53566f13c3d42cedf /net-analyzer/net-snmp | |
parent | net-mail/mailfront: add github remote-id (diff) | |
download | gentoo-ac293cdc8a63da6dde65c920b2a311df016ba089.tar.gz gentoo-ac293cdc8a63da6dde65c920b2a311df016ba089.tar.bz2 gentoo-ac293cdc8a63da6dde65c920b2a311df016ba089.zip |
net-analyzer/net-snmp: fix ${D} usage
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.9.1.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-99999999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild index 4f9ee76b72f0..a33f94b2f9ae 100644 --- a/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.9.1.ebuild @@ -127,7 +127,6 @@ src_configure() { --disable-static \ --enable-shared \ --with-default-snmp-version="3" \ - --with-install-prefix="${D}" \ --with-ldflags="${LDFLAGS}" \ --with-logfile="/var/log/net-snmpd.log" \ --with-mib-modules="${mibs}" \ diff --git a/net-analyzer/net-snmp/net-snmp-99999999.ebuild b/net-analyzer/net-snmp/net-snmp-99999999.ebuild index cdfc0eb41e75..652062a60647 100644 --- a/net-analyzer/net-snmp/net-snmp-99999999.ebuild +++ b/net-analyzer/net-snmp/net-snmp-99999999.ebuild @@ -131,7 +131,6 @@ src_configure() { --disable-static \ --enable-shared \ --with-default-snmp-version="3" \ - --with-install-prefix="${D}" \ --with-ldflags="${LDFLAGS}" \ --with-logfile="/var/log/net-snmpd.log" \ --with-mib-modules="${mibs}" \ |