summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2007-11-29 18:43:31 +0000
committerBenedikt Boehm <hollow@gentoo.org>2007-11-29 18:43:31 +0000
commit6efa1ecb0080d5cdacb829af75039ccf350f579a (patch)
tree3d782f3ec9798ac9fb41dd1d11e10be7b90853db /eclass
parentReverting applying the libattr patch (which does not work as intended for 2.20). (diff)
downloadgentoo-2-6efa1ecb0080d5cdacb829af75039ccf350f579a.tar.gz
gentoo-2-6efa1ecb0080d5cdacb829af75039ccf350f579a.tar.bz2
gentoo-2-6efa1ecb0080d5cdacb829af75039ccf350f579a.zip
Fix #200736 and man-page installation
Diffstat (limited to 'eclass')
-rw-r--r--eclass/apache-2.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 8140d1d20c28..a69153d9d35b 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -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/eclass/apache-2.eclass,v 1.1 2007/11/28 13:04:12 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.2 2007/11/29 18:43:31 hollow Exp $
# @ECLASS: apache-2
# @MAINTAINER: apache-devs@gentoo.org
@@ -311,7 +311,7 @@ check_upgrade() {
eerror "(${ROOT}etc/apache2/apache2-builtin-mods) exists on your"
eerror "system."
eerror
- eerror "Please read http://www.gentoo.org/proj/en/apache/upgrade.xml"
+ eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml"
eerror "for detailed information how to convert this file to the new"
eerror "APACHE2_MODULES USE_EXPAND variable."
eerror
@@ -379,6 +379,7 @@ apache-2_src_unpack() {
# apache2.8 instead of httpd.8 (bug #194828)
mv docs/man/{httpd,apache2}.8
+ sed -i -e 's/httpd\.8/apache2.8/g' Makefile.in
}
# @FUNCTION: apache-2_src_compile