diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:06:09 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:07:39 -0600 |
commit | 207f91c6d7009bccefafea108d00553ef21a5cdf (patch) | |
tree | 3c5e904a9f87644b4e4f03df4e0b5b61ae28c08a /sci-biology | |
parent | sci-biology/repeatmasker-libraries: don't reference ${DISTDIR} (diff) | |
download | gentoo-207f91c6d7009bccefafea108d00553ef21a5cdf.tar.gz gentoo-207f91c6d7009bccefafea108d00553ef21a5cdf.tar.bz2 gentoo-207f91c6d7009bccefafea108d00553ef21a5cdf.zip |
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 <bkohler@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/consed/consed-29.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |