summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-07 05:03:06 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-07 05:03:06 +0000
commit495ea9573a8432654e77c1ebacda1f622879ca47 (patch)
tree1f5fc194e0561f8101218474c205f80cf7bda11a /dev-lang/perl/perl-5.8.8-r2.ebuild
parentversion bump as per bug #160619 - ebuild thanks to Ricardo Lanziano (diff)
downloadgentoo-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/perl-5.8.8-r2.ebuild')
-rw-r--r--dev-lang/perl/perl-5.8.8-r2.ebuild10
1 files changed, 9 insertions, 1 deletions
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 \