diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:06:30 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:07:40 -0600 |
commit | 50802ade08e8d9fb07ee2855e762403cf908541b (patch) | |
tree | 1cf073bbb081220f18d919945ba543a04e9a2691 /sci-biology | |
parent | sci-biology/consed: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-50802ade08e8d9fb07ee2855e762403cf908541b.tar.gz gentoo-50802ade08e8d9fb07ee2855e762403cf908541b.tar.bz2 gentoo-50802ade08e8d9fb07ee2855e762403cf908541b.zip |
sci-biology/phrap: 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/phrap/phrap-1.080812-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/phrap/phrap-1.080812-r2.ebuild b/sci-biology/phrap/phrap-1.080812-r2.ebuild index 6cccc6c61bf0..08ea5a1fb71f 100644 --- a/sci-biology/phrap/phrap-1.080812-r2.ebuild +++ b/sci-biology/phrap/phrap-1.080812-r2.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=( "${FILESDIR}/${PN}-1.080812-fix-build-system.patch" ) pkg_nofetch() { einfo "Please visit http://www.phrap.org/phredphrapconsed.html and obtain the file" einfo "\"distrib.tar.gz\", then rename it to \"phrap-${PV}-distrib.tar.gz\"" - einfo "and put it in ${DISTDIR}" + einfo "and put it into your DISTDIR directory." } src_compile() { |