summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 20:32:56 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 20:32:56 +0000
commita8f7ea9bbc2c827002569451504735a0fce35c27 (patch)
tree2594f76815c0377634ee1a70bd80911f215ddb73 /sys-power/apcupsd/apcupsd-3.12.2.ebuild
parentfix depend.apache usage wrt #208033 (diff)
downloadhistorical-a8f7ea9bbc2c827002569451504735a0fce35c27.tar.gz
historical-a8f7ea9bbc2c827002569451504735a0fce35c27.tar.bz2
historical-a8f7ea9bbc2c827002569451504735a0fce35c27.zip
fix depend.apache usage wrt #208033
Package-Manager: portage-2.1.4
Diffstat (limited to 'sys-power/apcupsd/apcupsd-3.12.2.ebuild')
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.12.2.ebuild b/sys-power/apcupsd/apcupsd-3.12.2.ebuild
index 34d6d8001592..15091c8acdd6 100644
--- a/sys-power/apcupsd/apcupsd-3.12.2.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.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/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.3 2007/07/29 17:11:41 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.4 2008/01/31 20:32:56 hollow Exp $
inherit eutils depend.apache
@@ -78,7 +78,7 @@ src_install() {
if use cgi; then
if use apache2; then
- insinto ${APACHE2_MODULES_CONFDIR}
+ insinto ${APACHE_MODULES_CONFDIR}
newins ${FILESDIR}/${PV}/apache.conf 60_apcupsd.conf
fi