diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-08-16 02:13:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-08-16 02:13:17 +0000 |
commit | deb47d56343593bba72c46219844f5f5c81a105b (patch) | |
tree | c3fe07cda158f9f2fa82a696b5c7dd76486a7782 /sys-devel | |
parent | Added missing entry for -r2 (diff) | |
download | gentoo-2-deb47d56343593bba72c46219844f5f5c81a105b.tar.gz gentoo-2-deb47d56343593bba72c46219844f5f5c81a105b.tar.bz2 gentoo-2-deb47d56343593bba72c46219844f5f5c81a105b.zip |
Corrected left over mistake with man page flags in perl config
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/perl/perl-5.8.0-r2.ebuild b/sys-devel/perl/perl-5.8.0-r2.ebuild index eba9ec31f4c7..9ed164b9f5bc 100644 --- a/sys-devel/perl/perl-5.8.0-r2.ebuild +++ b/sys-devel/perl/perl-5.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r2.ebuild,v 1.1 2002/08/14 19:50:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r2.ebuild,v 1.2 2002/08/16 02:13:17 mcummings Exp $ S=${WORKDIR}/${P} DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" @@ -85,10 +85,6 @@ EOF -Dd_dosuid \ -Dd_semctl_semun \ -Dusethreads \ - --man1dir=${D}/usr/share/man/man1 \ - --man1ext=1 \ - --man3dir=${D}/usr/share/man/man3 \ - --man3ext=3 \ ${myconf} || die "Unable to configure" emake || die "Unable to make" |