diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-07 15:05:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-07 15:05:14 +0000 |
commit | aaa6685a7b6eef60202c2d82ac49a6cb2a78863d (patch) | |
tree | ff61ac79331b0a07969ddbfd73aee027756881a0 | |
parent | Update SRC_URI (diff) | |
download | gentoo-2-aaa6685a7b6eef60202c2d82ac49a6cb2a78863d.tar.gz gentoo-2-aaa6685a7b6eef60202c2d82ac49a6cb2a78863d.tar.bz2 gentoo-2-aaa6685a7b6eef60202c2d82ac49a6cb2a78863d.zip |
recommit
-rw-r--r-- | sys-devel/perl/perl-5.6.1-r10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/perl/perl-5.6.1-r10.ebuild b/sys-devel/perl/perl-5.6.1-r10.ebuild index 8e3a1db9ed9f..963326f1180f 100644 --- a/sys-devel/perl/perl-5.6.1-r10.ebuild +++ b/sys-devel/perl/perl-5.6.1-r10.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.6.1-r10.ebuild,v 1.6 2003/01/03 16:37:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.1-r10.ebuild,v 1.7 2003/01/07 15:05:14 mcummings Exp $ IUSE="berkdb gdbm" @@ -149,10 +149,10 @@ EOF #for some reason, this rm -f doesn't seem to actually do anything. So we explicitly use "Makefile" #(rather than the default "makefile") in all make commands below. #rm -f makefile x2p/makefile - mv makefile makefile_orig - mv x2p/makefile x2p/makefile_orig - egrep -v "(<built-in>|<command line>)" makefile_orig >makefile - egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile + mv makefile makefile_orig + mv x2p/makefile x2p/makefile_orig + egrep -v "(<built-in>|<command line>)" makefile_orig >makefile + egrep -v "(<built-in>|<command line>)" x2p/makefile_orig >x2p/makefile #make -f Makefile depend || die #make -f Makefile || die make || die |