diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-07 05:03:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-07 05:03:06 +0000 |
commit | 495ea9573a8432654e77c1ebacda1f622879ca47 (patch) | |
tree | 1f5fc194e0561f8101218474c205f80cf7bda11a /dev-lang/perl | |
parent | version bump as per bug #160619 - ebuild thanks to Ricardo Lanziano (diff) | |
download | gentoo-2-495ea9573a8432654e77c1ebacda1f622879ca47.tar.gz gentoo-2-495ea9573a8432654e77c1ebacda1f622879ca47.tar.bz2 gentoo-2-495ea9573a8432654e77c1ebacda1f622879ca47.zip |
Bug 160623, mistakenly removed the else block for noman
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.8.8-r2.ebuild | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index ab528cbc4e2e..151f07c5e806 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.235 2007/01/05 01:22:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.236 2007/01/07 05:03:06 mcummings Exp $ + + 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> perl-5.8.8-r2.ebuild: + Bug 160623, mistakenly removed the else block for noman 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> perl-5.8.8-r2.ebuild: Bug 59328, features=noman support diff --git a/dev-lang/perl/perl-5.8.8-r2.ebuild b/dev-lang/perl/perl-5.8.8-r2.ebuild index 5683b205427b..84bf85ceaf33 100644 --- a/dev-lang/perl/perl-5.8.8-r2.ebuild +++ b/dev-lang/perl/perl-5.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.25 2007/01/05 01:22:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.26 2007/01/07 05:03:06 mcummings Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -259,6 +259,14 @@ src_configure() { -Dvendorman3dir='' \ -Dvendorman3direxp='' " + else + myconf "-Dman1dir=/usr/share/man/man1 \ + -Dman3dir=/usr/share/man/man3 \ + -Dinstallman1dir=/usr/share/man/man1 \ + -Dinstallman3dir=/usr/share/man/man3 \ + -Dman1ext='1' \ + -Dman3ext='3pm' + " fi sh Configure -des \ |