From 00d54879fa2185ceb79184944b348297f1cc1e78 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 28 Feb 2003 12:13:41 +0000 Subject: Fix --- app-text/diction/diction-1.02.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/diction/diction-1.02.ebuild') diff --git a/app-text/diction/diction-1.02.ebuild b/app-text/diction/diction-1.02.ebuild index 3b45dee38034..a2e9bc43aaaf 100644 --- a/app-text/diction/diction-1.02.ebuild +++ b/app-text/diction/diction-1.02.ebuild @@ -16,11 +16,11 @@ KEYWORDS="~x86" DEPEND="sys-devel/gettext" src_compile() { - ./configure --prefix=${D}usr --mandir=${D}usr/share/man ||die + ./configure --prefix=/usr ||die emake || die } src_install () { - make DESTDIR=${D} install + make prefix=${D}/usr install } \ No newline at end of file -- cgit v1.2.3-65-gdbad