diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 15:43:41 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 15:43:41 -0600 |
commit | c0e8a7d550dbb94fa1dc74bfe31cad0051860cff (patch) | |
tree | ef0853033e680870b461a4a4c27706afd5bdae8e /sci-chemistry/vmd | |
parent | dev-db/sqldeveloper: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-c0e8a7d550dbb94fa1dc74bfe31cad0051860cff.tar.gz gentoo-c0e8a7d550dbb94fa1dc74bfe31cad0051860cff.tar.bz2 gentoo-c0e8a7d550dbb94fa1dc74bfe31cad0051860cff.zip |
sci-chemistry/vmd: don't reference ${DISTDIR} in pkg_nofetch
Closes: https://bugs.gentoo.org/663224
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sci-chemistry/vmd')
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.2.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild index 347a8c9a751f..4bc9360f009b 100644 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -61,7 +61,7 @@ pkg_nofetch() { elog "${VMD_DOWNLOAD}" elog "after agreeing to the license and get" elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" - elog "Place both in ${DISTDIR}" + elog "Place both into your DISTDIR directory" } src_prepare() { diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild index 9a92a88134e7..c1480738aa46 100644 --- a/sci-chemistry/vmd/vmd-1.9.3.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -61,7 +61,7 @@ pkg_nofetch() { elog "${VMD_DOWNLOAD}" elog "after agreeing to the license and get" elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" - elog "Place both in ${DISTDIR}" + elog "Place both into your DISTDIR directory" } src_prepare() { |