summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2003-02-28 12:13:41 +0000
committerLuca Barbato <lu_zero@gentoo.org>2003-02-28 12:13:41 +0000
commitb8041962a6e4782af9c9072fd689a4e0122678b8 (patch)
tree05a97e3437d2622e8f9e0b81a4a28d94f5f06e77 /app-text/diction/diction-1.02.ebuild
parentadded patch to work with >=libxml2-2.5.2 (diff)
downloadhistorical-b8041962a6e4782af9c9072fd689a4e0122678b8.tar.gz
historical-b8041962a6e4782af9c9072fd689a4e0122678b8.tar.bz2
historical-b8041962a6e4782af9c9072fd689a4e0122678b8.zip
Fix
Diffstat (limited to 'app-text/diction/diction-1.02.ebuild')
-rw-r--r--app-text/diction/diction-1.02.ebuild4
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