net-analyzer/nessus-bin: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:51:12 +0000 (13:51 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 19:51:40 +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-bin/nessus-bin-6.10.5.ebuild
net-analyzer/nessus-bin/nessus-bin-8.0.1.ebuild

index bcc0cf88ff1a8b8e4a4338f081e05a5b6746d314..e29c3a053c5ca129c43fc8f43ef98492889c44b8 100644 (file)
@@ -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() {
index ed738ccba2e230c4783c46e41978bb1abb2ddac2..4f5348ff1268f6233379174d4e4b78ab1f047fff 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
@@ -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() {