commit: 57220766edc409d7ebfdba73935264ace556721a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 11:04:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 11:04:49 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=57220766
sci-chemistry/gamess: fix MisplacedVariable
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/gamess/gamess-20180930.3.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/gamess/gamess-20180930.3.ebuild
b/sci-chemistry/gamess/gamess-20180930.3.ebuild
index 070f5ee47..77b60edca 100644
--- a/sci-chemistry/gamess/gamess-20180930.3.ebuild
+++ b/sci-chemistry/gamess/gamess-20180930.3.ebuild
@@ -55,11 +55,10 @@ pkg_nofetch() {
elog "Please download ${PN}-current.tar.gz from"
elog "${GAMESS_DOWNLOAD}."
elog "Be sure to select the version ${GAMESS_VERSION} tarball!!"
- elog "Then move the tarball to"
- elog "${DISTDIR}/${P}.tar.gz"
+ elog "Then move the tarball into your DISTDIR folder"
if use qmmm-tinker ; then
elog "Also download
http://www.msg.ameslab.gov/GAMESS/tinker.tar.gz"
- elog "and place tinker.tar.gz to ${DISTDIR}"
+ elog "and place tinker.tar.gz into your DISTDIR folder"
fi
echo
}