diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-27 02:00:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-27 02:00:24 +0000 |
commit | a3ada2f4dfa2ffcfafef6b985af0d6fb7c117fbf (patch) | |
tree | eb20f7c5b23729bb4a78a9a4ab11d8586029c4f4 /sys-devel/perl | |
parent | small typo (diff) | |
download | gentoo-2-a3ada2f4dfa2ffcfafef6b985af0d6fb7c117fbf.tar.gz gentoo-2-a3ada2f4dfa2ffcfafef6b985af0d6fb7c117fbf.tar.bz2 gentoo-2-a3ada2f4dfa2ffcfafef6b985af0d6fb7c117fbf.zip |
added url to tail info
Diffstat (limited to 'sys-devel/perl')
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/perl/perl-5.8.0-r7.ebuild b/sys-devel/perl/perl-5.8.0-r7.ebuild index 937da4f6a356..3c9a43846d71 100644 --- a/sys-devel/perl/perl-5.8.0-r7.ebuild +++ b/sys-devel/perl/perl-5.8.0-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r7.ebuild,v 1.1 2002/12/22 06:02:47 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r7.ebuild,v 1.2 2002/12/27 02:00:24 mcummings Exp $ IUSE="berkdb gdbm" @@ -240,5 +240,8 @@ pkg_postinst() { eerror "the ChangeLog for more information and remember" eerror "to emerge Safe again." eerror "" + eerror "For tips on remerging you perl modules, please see:" + eerror "http://cvs.gentoo.org/~mcummings/perl58.html" + eerror "" } |