diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:34:15 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:09 -0600 |
commit | cfb4772fe187284c4a855161395dccd0db41e999 (patch) | |
tree | d9859ef275ac172c100d72c0773ca8e6605e186c | |
parent | sci-chemistry/namd: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-cfb4772fe187284c4a855161395dccd0db41e999.tar.gz gentoo-cfb4772fe187284c4a855161395dccd0db41e999.tar.bz2 gentoo-cfb4772fe187284c4a855161395dccd0db41e999.zip |
sci-chemistry/procheck: 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>
-rw-r--r-- | sci-chemistry/procheck/procheck-3.5.4-r3.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild index 4b188e5a9824..cc536d671b84 100644 --- a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild +++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild @@ -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=( |