diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:50:14 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:51:39 -0600 |
commit | 95d79ca140d7e044bb0e0689784bc11f30884dc3 (patch) | |
tree | 6208238530b422e5877ac2ee747aae847d788389 /net-analyzer/nessus-agent-bin | |
parent | dev-libs/device-atlas-api-c: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-95d79ca140d7e044bb0e0689784bc11f30884dc3.tar.gz gentoo-95d79ca140d7e044bb0e0689784bc11f30884dc3.tar.bz2 gentoo-95d79ca140d7e044bb0e0689784bc11f30884dc3.zip |
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 <bkohler@gentoo.org>
Diffstat (limited to 'net-analyzer/nessus-agent-bin')
-rw-r--r-- | net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild | 4 | ||||
-rw-r--r-- | 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() { |