From 1b95985839d357d4fc351acce7dd10781b79a3c6 Mon Sep 17 00:00:00 2001
From: Ben Kohler <bkohler@gentoo.org>
Date: Thu, 20 Dec 2018 10:54:34 -0600
Subject: 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>
---
 dev-java/jdbc-informix/jdbc-informix-3.00.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'dev-java/jdbc-informix')

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."
 }
 
-- 
cgit v1.2.3-65-gdbad