diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 20:29:02 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 20:29:02 +0000 |
commit | 6dd5cb9232eeca11a9437f22af7bdc7eba5ddba5 (patch) | |
tree | 0deef61530eb7df7eb50b04c98d4346c56155b8d /net-mail/mailman/mailman-2.1.9-r2.ebuild | |
parent | Stable for HPPA (bug #208313). (diff) | |
download | gentoo-2-6dd5cb9232eeca11a9437f22af7bdc7eba5ddba5.tar.gz gentoo-2-6dd5cb9232eeca11a9437f22af7bdc7eba5ddba5.tar.bz2 gentoo-2-6dd5cb9232eeca11a9437f22af7bdc7eba5ddba5.zip |
fix depend.apache usage wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'net-mail/mailman/mailman-2.1.9-r2.ebuild')
-rw-r--r-- | net-mail/mailman/mailman-2.1.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mailman/mailman-2.1.9-r2.ebuild b/net-mail/mailman/mailman-2.1.9-r2.ebuild index 18a967d53225..e4ec7b939b22 100644 --- a/net-mail/mailman/mailman-2.1.9-r2.ebuild +++ b/net-mail/mailman/mailman-2.1.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.8 2008/01/22 15:47:36 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailman/mailman-2.1.9-r2.ebuild,v 1.9 2008/01/31 20:29:02 hollow Exp $ inherit eutils python multilib @@ -115,7 +115,7 @@ pkg_postinst() { elog elog "An example Mailman configuration file for Apache has been installed into:" - elog " ${APACHE2_MODULES_CONFDIR}/50_mailman.conf" + elog " ${APACHE_MODULES_CONFDIR}/50_mailman.conf" elog elog "To enable, you will need to add \"-D MAILMAN\" to" elog "/etc/conf.d/apache2." |