diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:57:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:57:37 +0000 |
commit | c6586b9b2dfa641c6e0497fae0ae3bacae58ff93 (patch) | |
tree | 1ee37b1c2dc925ffcd6714a0a4451c2e31435b6d /net-www | |
parent | better HOMEPAGE (diff) | |
download | historical-c6586b9b2dfa641c6e0497fae0ae3bacae58ff93.tar.gz historical-c6586b9b2dfa641c6e0497fae0ae3bacae58ff93.tar.bz2 historical-c6586b9b2dfa641c6e0497fae0ae3bacae58ff93.zip |
REGISTRY check is useless
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-www/horde-turba/horde-turba-1.2.1.ebuild b/net-www/horde-turba/horde-turba-1.2.1.ebuild index eba006b38439..225a65f40a9e 100644 --- a/net-www/horde-turba/horde-turba-1.2.1.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.8 2004/01/19 06:46:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.9 2004/01/19 06:57:37 vapier Exp $ inherit webapp-apache @@ -26,13 +26,8 @@ pkg_setup() { eerror "Missing SQL or LDAP support in mod_php !" die "aborting..." fi - webapp-pkg_setup "${NO_WEBSERVER}" einfo "Installing into ${ROOT}${HTTPD_ROOT}." - - export REGISTRY=${HTTPD_ROOT}/horde/config/registry.php - [ -f ${REGISTRY} ] || REGISTRY=${HTTPD_ROOT}/horde/config/registry.php.dist - [ -f ${REGISTRY} ] || die "${REGISTRY} not found" } src_install() { |