From: Ben Kohler Date: Tue, 5 Feb 2019 19:50:14 +0000 (-0600) Subject: net-analyzer/nessus-agent-bin: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=95d79ca140d7e044bb0e0689784bc11f30884dc3;p=gentoo.git net-analyzer/nessus-agent-bin: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild index 0596ff7eaa49..c56eacb41b01 100644 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE}/agent-download" - einfo "The archive should then be placed into ${DISTDIR}." + einfo "The archive should then be placed into your DISTDIR directory." } src_install() { diff --git a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild index fe50f423bbb1..661ac2505653 100644 --- a/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild +++ b/net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE}/download/nessus-agents" - einfo "The archive should then be placed into ${DISTDIR}." + einfo "The archive should then be placed into your DISTDIR directory." } src_install() {