summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2019-02-04 17:07:17 -0600
committerBen Kohler <bkohler@gentoo.org>2019-02-04 17:07:17 -0600
commit99236da77c1a2ae49c9f7eeb1ad942b3f7051a25 (patch)
treec9e62b8417d3d6c8869c0bba0de67229c4785109 /sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
parentapp-text/fdftk: don't reference ${DISTDIR} in pkg_nofetch (diff)
downloadgentoo-99236da77c1a2ae49c9f7eeb1ad942b3f7051a25.tar.gz
gentoo-99236da77c1a2ae49c9f7eeb1ad942b3f7051a25.tar.bz2
gentoo-99236da77c1a2ae49c9f7eeb1ad942b3f7051a25.zip
sci-electronics/quartus-prime-lite: don't reference ${DISTDIR}
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild')
-rw-r--r--sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
index 40a6be84e874..b1ed252e4046 100644
--- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.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
@@ -25,7 +25,7 @@ pkg_nofetch() {
elog "Due to licensing restrictions, you need to download the distfile manually."
elog "Please navigate to ${DOWNLOADPAGE}"
elog "Sign in with your Altera account (you need to register)"
- elog "Download ${SRC_URI} and place it into ${DISTDIR}"
+ elog "Download ${SRC_URI} and place it into your DISTDIR directory"
elog "And restart the installation."
}