sci-biology/velvet: update make.conf path
authorFrancesco Turco <fturco@fastmail.fm>
Wed, 23 Aug 2017 20:46:27 +0000 (22:46 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 2 Sep 2017 14:56:06 +0000 (00:56 +1000)
sci-biology/velvet/velvet-1.0.18-r1.ebuild

index 26c0ed072d37de83825600b500cbdccf53b85f3d..4b7d1958cee66222f47b27c7acd25d677fe63ac8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -48,6 +48,6 @@ src_install() {
 pkg_postinst() {
        elog "To adjust the MAXKMERLENGTH or CATEGORIES parameters as described in the manual,"
        elog "please set the variables VELVET_MAXKMERLENGTH or VELVET_CATEGORIES in your"
-       elog "environment or /etc/make.conf, then re-emerge the package. For example:"
+       elog "environment or /etc/portage/make.conf, then re-emerge the package. For example:"
        elog "  VELVET_MAXKMERLENGTH=NN emerge [options] velvet"
 }