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 | b8041962a6e4782af9c9072fd689a4e0122678b8 (patch) | |
tree | 05a97e3437d2622e8f9e0b81a4a28d94f5f06e77 /app-text/diction | |
parent | added patch to work with >=libxml2-2.5.2 (diff) | |
download | historical-b8041962a6e4782af9c9072fd689a4e0122678b8.tar.gz historical-b8041962a6e4782af9c9072fd689a4e0122678b8.tar.bz2 historical-b8041962a6e4782af9c9072fd689a4e0122678b8.zip |
Fix
Diffstat (limited to 'app-text/diction')
-rw-r--r-- | app-text/diction/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/diction/diction-1.02.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog index 4a6592809a99..cdee346275e5 100644 --- a/app-text/diction/ChangeLog +++ b/app-text/diction/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/diction # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.1 2003/02/18 12:18:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.2 2003/02/28 12:13:41 lu_zero Exp $ + +*diction-1.02 (28 Feb 2003) + + 28 Feb 2003; Luca Barbato <lu_zero@gentoo.org> diction-1.02-r1.ebuild : + Path location fixed. *diction-1.02 (18 Feb 2003) 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 |