diff --git a/net-analyzer/portmon/portmon-2.0-r1.ebuild b/net-analyzer/portmon/portmon-2.0-r2.ebuild similarity index 85% rename from net-analyzer/portmon/portmon-2.0-r1.ebuild rename to net-analyzer/portmon/portmon-2.0-r2.ebuild index 5c02c83701b07..ce593ab853a80 100644 --- a/net-analyzer/portmon/portmon-2.0-r1.ebuild +++ b/net-analyzer/portmon/portmon-2.0-r2.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit autotools DESCRIPTION="Portmon is a network service monitoring daemon" HOMEPAGE="http://aboleo.net/software/portmon/" @@ -15,6 +17,11 @@ PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { econf --sysconfdir=/etc/portmon }