diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2003-02-28 12:13:41 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2003-02-28 12:13:41 +0000 |
commit | 00d54879fa2185ceb79184944b348297f1cc1e78 (patch) | |
tree | 474c44d810321b8152c5868fb8b91049d32ea02b /app-text/diction/diction-1.02.ebuild | |
parent | added patch to work with >=libxml2-2.5.2 (diff) | |
download | gentoo-2-00d54879fa2185ceb79184944b348297f1cc1e78.tar.gz gentoo-2-00d54879fa2185ceb79184944b348297f1cc1e78.tar.bz2 gentoo-2-00d54879fa2185ceb79184944b348297f1cc1e78.zip |
Fix
Diffstat (limited to 'app-text/diction/diction-1.02.ebuild')
-rw-r--r-- | app-text/diction/diction-1.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |