summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-29 18:01:39 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-29 18:01:39 +0000
commit7b6352f0c3be8280e4394d6e7e3172f6c8a50bf1 (patch)
treeb1bf344851cd541d168101835030834d2135c42b /www-apache/mod_security/mod_security-2.1.2.ebuild
parentfix depend.apache usage wrt #208033 (diff)
downloadgentoo-2-7b6352f0c3be8280e4394d6e7e3172f6c8a50bf1.tar.gz
gentoo-2-7b6352f0c3be8280e4394d6e7e3172f6c8a50bf1.tar.bz2
gentoo-2-7b6352f0c3be8280e4394d6e7e3172f6c8a50bf1.zip
fix depend.apache usage wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_security/mod_security-2.1.2.ebuild')
-rw-r--r--www-apache/mod_security/mod_security-2.1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apache/mod_security/mod_security-2.1.2.ebuild b/www-apache/mod_security/mod_security-2.1.2.ebuild
index 56f2e71ac876..1de2644891ce 100644
--- a/www-apache/mod_security/mod_security-2.1.2.ebuild
+++ b/www-apache/mod_security/mod_security-2.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.1.2.ebuild,v 1.6 2007/11/25 13:36:06 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.1.2.ebuild,v 1.7 2008/01/29 18:01:39 hollow Exp $
inherit apache-module
@@ -44,6 +44,6 @@ src_install() {
done
# Install core ruleset
- insinto ${APACHE2_MODULES_CONFDIR}/mod_security/
+ insinto ${APACHE_MODULES_CONFDIR}/mod_security/
doins "${S}"/rules/*.conf
}