dev-java/jdbc-informix: don't reference ${DISTDIR} in pkg_nofetch
authorBen Kohler <bkohler@gentoo.org>
Thu, 20 Dec 2018 16:54:34 +0000 (10:54 -0600)
committerBen Kohler <bkohler@gentoo.org>
Thu, 20 Dec 2018 17:05:50 +0000 (11:05 -0600)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild

index 6cfbbfbeffee8e207d9211fdabf901b9a5da87c8..c3676e5dfefa969ad4352bc0f525cf3ff81cc3dd 100644 (file)
@@ -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."
 }