diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:06:57 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:07:41 -0600 |
commit | 785201c189534fff061b42c143f0cf25799f2e43 (patch) | |
tree | e3d6e6ac86419dfdc443f9a7cf2795183b6b4d1a /sci-biology/phred | |
parent | sci-biology/phrap: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-785201c189534fff061b42c143f0cf25799f2e43.tar.gz gentoo-785201c189534fff061b42c143f0cf25799f2e43.tar.bz2 gentoo-785201c189534fff061b42c143f0cf25799f2e43.zip |
sci-biology/phred: 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/phred')
-rw-r--r-- | sci-biology/phred/phred-071220-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/phred/phred-071220-r1.ebuild b/sci-biology/phred/phred-071220-r1.ebuild index e09c456b27d9..bf7a0c7338cb 100644 --- a/sci-biology/phred/phred-071220-r1.ebuild +++ b/sci-biology/phred/phred-071220-r1.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 @@ -27,7 +27,7 @@ PATCHES=( pkg_nofetch() { einfo "Please visit ${HOMEPAGE} and obtain the file" - einfo "${SRC_URI}, then place it in ${DISTDIR}" + einfo "${SRC_URI}, then place it into your DISTDIR directory." } src_compile() { |