sci-biology/consed: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:06:09 +0000 (12:06 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:07:39 +0000 (12:07 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sci-biology/consed/consed-29.ebuild

index d5417e310281ef913e5c0c4c0340208dfd93a846..32eba4cb16d06cf147245eb0183d3067527c09ce 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -45,10 +45,10 @@ PATCHES=(
 pkg_nofetch() {
        einfo "Please visit ${HOMEPAGE} and obtain the file"
        einfo "\"sources.tar.gz\", then rename it to \"${P}-sources.tar.gz\""
-       einfo "and place it in ${DISTDIR},"
+       einfo "and place it into your DISTDIR directory,"
        einfo "obtain the file"
        einfo "\"consed_linux.tar.gz\", then rename it to \"${P}-linux.tar.gz\""
-       einfo "and place it in ${DISTDIR}"
+       einfo "and place it into your DISTDIR directory."
 }
 
 src_prepare() {