diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:23:24 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:08 -0600 |
commit | 6b4f381afd1737090427a62c7a30d9a8f594ded1 (patch) | |
tree | 0e5495afcbd09de306e9bf80b054aa73e08e7416 /sci-chemistry/msms-bin | |
parent | sci-chemistry/molscript: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-6b4f381afd1737090427a62c7a30d9a8f594ded1.tar.gz gentoo-6b4f381afd1737090427a62c7a30d9a8f594ded1.tar.bz2 gentoo-6b4f381afd1737090427a62c7a30d9a8f594ded1.zip |
sci-chemistry/msms-bin: 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-chemistry/msms-bin')
-rw-r--r-- | sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild index aaca48a6b1a8..13eebfcdc23e 100644 --- a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild +++ b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -22,7 +22,8 @@ S="${WORKDIR}" QA_PREBUILT="${EROOT#/}opt/bin/.*" pkg_nofetch() { - einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and place it to ${DISTDIR}" + einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and" + einfo "place it into your DISTDIR directory." } src_install() { |