From: Ben Kohler Date: Tue, 5 Feb 2019 18:06:09 +0000 (-0600) Subject: sci-biology/consed: don't reference ${DISTDIR} in pkg_nofetch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=207f91c6d7009bccefafea108d00553ef21a5cdf;p=gentoo.git sci-biology/consed: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- diff --git a/sci-biology/consed/consed-29.ebuild b/sci-biology/consed/consed-29.ebuild index d5417e310281..32eba4cb16d0 100644 --- a/sci-biology/consed/consed-29.ebuild +++ b/sci-biology/consed/consed-29.ebuild @@ -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() {