diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
commit | 60724157605c3562233c7498cc14342cfa473a09 (patch) | |
tree | 4210073b4739a9bc72fb227925b7ce374c03f194 /net-www/horde-turba | |
parent | initial ebuild (diff) | |
download | gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.gz gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.bz2 gentoo-2-60724157605c3562233c7498cc14342cfa473a09.zip |
touchups
Diffstat (limited to 'net-www/horde-turba')
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.1.ebuild | 12 |
1 files changed, 7 insertions, 5 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 9461b5afda37..877836a3ec50 100644 --- a/net-www/horde-turba/horde-turba-1.2.1.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.1.ebuild @@ -1,19 +1,21 @@ # 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.6 2004/01/07 21:37:39 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.7 2004/01/19 06:38:44 vapier Exp $ inherit webapp-apache -DESCRIPTION="Turba ${PV} is the Horde address book / contact management program" -HOMEPAGE="http://www.horde.org" MY_P=${P/horde-/} +DESCRIPTION="Turba is the Horde address book / contact management program" +HOMEPAGE="http://www.horde.org/" SRC_URI="ftp://ftp.horde.org/pub/turba/tarballs/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DEPEND="" RDEPEND=">=net-www/horde-2.2.4" -IUSE="" + S=${WORKDIR}/${MY_P} webapp-detect || NO_WEBSERVER=1 @@ -33,7 +35,7 @@ pkg_setup() { [ -f ${REGISTRY} ] || die "${REGISTRY} not found" } -src_install () { +src_install() { webapp-mkdirs local DocumentRoot=${HTTPD_ROOT} |