diff options
Diffstat (limited to 'dev-perl/perltidy/perltidy-20060719.ebuild')
-rw-r--r-- | dev-perl/perltidy/perltidy-20060719.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/perltidy/perltidy-20060719.ebuild b/dev-perl/perltidy/perltidy-20060719.ebuild index f90ea3414080..c7bf668f132b 100644 --- a/dev-perl/perltidy/perltidy-20060719.ebuild +++ b/dev-perl/perltidy/perltidy-20060719.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20060719.ebuild,v 1.5 2006/10/21 14:50:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perltidy/perltidy-20060719.ebuild,v 1.6 2007/03/04 00:03:33 genone Exp $ inherit perl-module @@ -21,7 +21,7 @@ mydoc="examples/*" mymake="/usr" pkg_postinst() { - einfo "Example scripts can be found in /usr/share/doc/${P}" + elog "Example scripts can be found in /usr/share/doc/${P}" } |