sci-chemistry/procheck: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:34:15 +0000 (12:34 -0600)
committerBen Kohler <bkohler@gentoo.org>
Tue, 5 Feb 2019 18:45:09 +0000 (12:45 -0600)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sci-chemistry/procheck/procheck-3.5.4-r3.ebuild

index 4b188e5a982446f82c2529cd39ec7e3998a89798..cc536d671b8439b5a3d3fff9354b83e0947c52b7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,11 +25,12 @@ S="${WORKDIR}/${PN}"
 
 pkg_nofetch() {
        elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html"
-       elog "And follow the instruction for downloading."
-       elog "Files should be stored in following way"
-       elog "${PN}.tar.gz  ->  ${DISTDIR}/${P}.tar.gz"
-       elog "README  ->  ${DISTDIR}/${P}-README"
-       use doc && elog "manual.tar.gz  ->  ${DISTDIR}/${P}-manual.tar.gz"
+       elog "and follow the instruction for downloading."
+       elog "Files should be renamed in the following way before being copied to your"
+       elog "DISTDIR directory:"
+       elog "  ${PN}.tar.gz  ->  ${P}.tar.gz"
+       elog "  README  ->  ${P}-README"
+       use doc && elog "  manual.tar.gz  ->  ${P}-manual.tar.gz"
 }
 
 PATCHES=(