commit: 35780ad7c66d2d4529513e8720a38164fa5925d0
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:21:25 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:45:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35780ad7
sci-chemistry/molscript: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-chemistry/molscript/molscript-2.1.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild
b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild
index 87c16c05a6d..0628b53b087 100644
--- a/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild
+++ b/sci-chemistry/molscript/molscript-2.1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -31,7 +31,7 @@ RESTRICT="fetch"
pkg_nofetch() {
elog "Please visit ${HOMEPAGE}"
elog "and get ${A}."
- elog "Place it in ${DISTDIR}"
+ elog "Place it into your DISTDIR directory."
}
src_prepare() {