diff options
Diffstat (limited to 'www-apps/phprojekt/phprojekt-5.0.1.ebuild')
-rw-r--r-- | www-apps/phprojekt/phprojekt-5.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/phprojekt/phprojekt-5.0.1.ebuild b/www-apps/phprojekt/phprojekt-5.0.1.ebuild index fb9fd906b873..fb4e0806a971 100644 --- a/www-apps/phprojekt/phprojekt-5.0.1.ebuild +++ b/www-apps/phprojekt/phprojekt-5.0.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.0.1.ebuild,v 1.1 2005/10/23 19:38:38 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phprojekt/phprojekt-5.0.1.ebuild,v 1.1.1.1 2005/11/30 09:37:09 chriswhite Exp $ inherit webapp DESCRIPTION="Project management and coordination system" HOMEPAGE="http://www.phprojekt.com/" -SRC_URI="mirror://gentoo/${P}.tar.gz" +SRC_URI="http://phprojekt.com/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~ppc ~x86" @@ -29,7 +29,7 @@ src_install() { local file cp -R . ${D}/${MY_HTDOCSDIR} - for file in attach chat upload; do + for file in attach chat; do webapp_serverowned ${MY_HTDOCSDIR}/${file} done webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt |