diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 10:54:34 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-20 11:05:50 -0600 |
commit | 1b95985839d357d4fc351acce7dd10781b79a3c6 (patch) | |
tree | df02ee5e104e71cdd637b457340f5084301eafb6 /dev-java | |
parent | net-libs/mbedtls: remove older versions (diff) | |
download | gentoo-1b95985839d357d4fc351acce7dd10781b79a3c6.tar.gz gentoo-1b95985839d357d4fc351acce7dd10781b79a3c6.tar.bz2 gentoo-1b95985839d357d4fc351acce7dd10781b79a3c6.zip |
dev-java/jdbc-informix: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild index 6cfbbfbeffee..c3676e5dfefa 100644 --- a/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild +++ b/dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -30,7 +30,7 @@ pkg_nofetch() { elog "Click on the 'Informix JDBC Driver' link, version ${MY_PV}" elog "Sign up with your IBM account (you need to register)." elog "Go through the license agreement and survey." - elog "Download ${At} and place it into ${DISTDIR}" + elog "Download ${At} and place it into your DISTDIR directory." elog "And restart the installation." } |