diff options
Diffstat (limited to 'www-apps/phpwiki/phpwiki-1.2.4.ebuild')
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.2.4.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www-apps/phpwiki/phpwiki-1.2.4.ebuild b/www-apps/phpwiki/phpwiki-1.2.4.ebuild index 2ed75c211630..302944b301e5 100644 --- a/www-apps/phpwiki/phpwiki-1.2.4.ebuild +++ b/www-apps/phpwiki/phpwiki-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.1 2004/08/19 15:38:53 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.2.4.ebuild,v 1.1.1.1 2005/11/30 09:37:09 chriswhite Exp $ inherit webapp @@ -9,17 +9,16 @@ HOMEPAGE="http://phpwiki.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ppc" IUSE="" -DEPEND="$DEPEND" RDEPEND="virtual/php net-www/apache" src_install() { webapp_src_preinst - cp -a *.php admin images lib locale pgsrc templates \ + cp -pPR *.php admin images lib locale pgsrc templates \ "${D}/${MY_HTDOCSDIR}" dodoc DBLIB.txt CREDITS ChangeLog LICENSE README INSTALL.* |