diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:21:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 16:21:53 +0000 |
commit | 1d9dd3ce2f53d20635a4914fcc73342a2db74278 (patch) | |
tree | 5ce427a13f1d3dd2fe115bea6dddd7573bfc0b16 /net-www/phpBB | |
parent | repoman fix (diff) | |
download | historical-1d9dd3ce2f53d20635a4914fcc73342a2db74278.tar.gz historical-1d9dd3ce2f53d20635a4914fcc73342a2db74278.tar.bz2 historical-1d9dd3ce2f53d20635a4914fcc73342a2db74278.zip |
repoman fix
Diffstat (limited to 'net-www/phpBB')
-rw-r--r-- | net-www/phpBB/phpBB-2.0.4.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-www/phpBB/phpBB-2.0.4.ebuild b/net-www/phpBB/phpBB-2.0.4.ebuild index 9a3c4d8bee1b..c4b2092205fc 100644 --- a/net-www/phpBB/phpBB-2.0.4.ebuild +++ b/net-www/phpBB/phpBB-2.0.4.ebuild @@ -1,16 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tim Raedisch <tim.raedisch@udo.edu> -# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.1 2003/02/07 22:30:26 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.2 2003/02/10 16:21:53 seemant Exp $ -S="${WORKDIR}/${PN}2" +S=${WORKDIR}/${PN}2 DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package." -SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz" HOMEPAGE="http://www.phpbb.com/" +SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz" + +SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/php" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +DEPEND="virtual/php" + HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`" [ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache.conf | cut -d\ -f2`" [ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs" |