From 95d79ca140d7e044bb0e0689784bc11f30884dc3 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 13:50:14 -0600 Subject: [PATCH] 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 --- net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild | 4 ++-- net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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() { -- 2.26.2