From 6b4f381afd1737090427a62c7a30d9a8f594ded1 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 12:23:24 -0600 Subject: [PATCH] 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 --- sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild | 5 +++-- 1 file 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() { -- 2.26.2