net-analyzer/nessus-agent-bin: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:50:14 +0000 (13:50 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:51:39 +0000 (13:51 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.1.ebuild
net-analyzer/nessus-agent-bin/nessus-agent-bin-7.1.2.ebuild

index 0596ff7eaa493c17fc78bad9a8264ef9766dcf0d..c56eacb41b0196c4cecf9c9bc537cfc9325bacc6 100644 (file)
@@ -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() {
index fe50f423bbb15fef35ab0c4ad1bc610a0be12a2c..661ac2505653f29ec6d3319b6c0ece3f8463d6c1 100644 (file)
@@ -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() {