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

index 6cccc6c61bf02aab50cd2a58394241d40414631a..08ea5a1fb71f63d00666c0095a8817c8bb5a0b0b 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
@@ -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() {