diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:51:12 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 13:51:40 -0600 |
commit | bb22ac3f30b26d13823167ecd23b391f73f5d457 (patch) | |
tree | 77c753cf15722e1b91467a4fabdb3348086bcab4 /net-analyzer/nessus-bin | |
parent | net-analyzer/nessus-agent-bin: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-bb22ac3f30b26d13823167ecd23b391f73f5d457.tar.gz gentoo-bb22ac3f30b26d13823167ecd23b391f73f5d457.tar.bz2 gentoo-bb22ac3f30b26d13823167ecd23b391f73f5d457.zip |
net-analyzer/nessus-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-bin')
-rw-r--r-- | net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild b/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild index bcc0cf88ff1a..e29c3a053c5c 100644 --- a/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild +++ b/net-analyzer/nessus-bin/nessus-bin-6.10.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,7 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE}/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-bin/nessus-bin-8.0.1.ebuild b/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild index ed738ccba2e2..4f5348ff1268 100644 --- a/net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild +++ b/net-analyzer/nessus-bin/nessus-bin-8.0.1.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 @@ -30,7 +30,7 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Please download ${A} from ${HOMEPAGE}/downloads/nessus" - einfo "The archive should then be placed into ${DISTDIR}." + einfo "The archive should then be placed into your DISTDIR directory." } src_install() { |