diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:21:25 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:08 -0600 |
commit | 35780ad7c66d2d4529513e8720a38164fa5925d0 (patch) | |
tree | 92802b21241ed7492d1e3943992263fa84f00a33 | |
parent | sci-chemistry/cns: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-35780ad7c66d2d4529513e8720a38164fa5925d0.tar.gz gentoo-35780ad7c66d2d4529513e8720a38164fa5925d0.tar.bz2 gentoo-35780ad7c66d2d4529513e8720a38164fa5925d0.zip |
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@gentoo.org>
-rw-r--r-- | sci-chemistry/molscript/molscript-2.1.2-r2.ebuild | 4 |
1 files 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 87c16c05a6d7..0628b53b087d 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() { |