--- /Users/kurthindenburg/sitecopy-0.16.3.ebuild	2006-10-03 13:08:12 -0400
+++ sitecopy-0.16.3.ebuild	2006-10-03 13:00:22 -0400
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.16.3.ebuild,v 1.5 2006/07/28 19:16:51 dertobi123 Exp $
 
+EAPI="prefix"
+
 inherit eutils toolchain-funcs
 
 IUSE="expat nls rsh ssl webdav xml zlib"
@@ -9,7 +11,7 @@
 DESCRIPTION="sitecopy is for easily maintaining remote web sites"
 SRC_URI="http://www.lyra.org/${PN}/${P}.tar.gz"
 HOMEPAGE="http://www.lyra.org/sitecopy/"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="~amd64 ppc sparc x86 ~ppc-macos"
 LICENSE="GPL-2"
 SLOT="0"
 # gnome support is disabled at this point
@@ -85,5 +87,5 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die "install failed"
+	make DESTDIR=${EDEST} install || die "install failed"
 }
