diff options
-rw-r--r-- | app-editors/bluefish/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/bluefish/Manifest | 4 | ||||
-rw-r--r-- | app-editors/bluefish/bluefish-0.13.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/bluefish/ChangeLog b/app-editors/bluefish/ChangeLog index 1377be73b9ad..9c12a0e9ba36 100644 --- a/app-editors/bluefish/ChangeLog +++ b/app-editors/bluefish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/bluefish # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.34 2004/12/07 15:44:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.35 2004/12/19 17:51:02 hanno Exp $ + + 19 Dec 2004; Hanno Boeck <hanno@gentoo.org> bluefish-0.13.ebuild: + Change einstall to make install (thanks to Matthias Dahl in bug 74174). *bluefish-0.13 (07 Dec 2004) diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest index 24ac8218bb67..0244e64ab0ba 100644 --- a/app-editors/bluefish/Manifest +++ b/app-editors/bluefish/Manifest @@ -1,9 +1,9 @@ -MD5 92a34772a968ec16251ec61b5a20e781 ChangeLog 4613 +MD5 dffd7cd25773cfca0ceb72eb5592ee05 ChangeLog 4756 MD5 2389dd64d3051f6cdcbf60aa43766eae bluefish-0.11.ebuild 1404 MD5 8f66b261867f80651ed06ce0779fe77a bluefish-0.12.ebuild 1707 MD5 5e1184cc61075b852dc68b9784240ae8 bluefish-0.9.ebuild 926 MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217 -MD5 89bca31fd4ee699f89a1fd4c9798237d bluefish-0.13.ebuild 837 +MD5 ea3f097c50107f0ba0efde60d07d9d61 bluefish-0.13.ebuild 841 MD5 ec89a2b6c6e9739aae723eb9c35db6aa files/digest-bluefish-0.11 66 MD5 e60836fae74fcfb183148e9df9dc75df files/digest-bluefish-0.12 66 MD5 bc9b63ac2469bf96338ac088068828da files/digest-bluefish-0.9 65 diff --git a/app-editors/bluefish/bluefish-0.13.ebuild b/app-editors/bluefish/bluefish-0.13.ebuild index a5c5effbba40..f7856fd6c462 100644 --- a/app-editors/bluefish/bluefish-0.13.ebuild +++ b/app-editors/bluefish/bluefish-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.13.ebuild,v 1.1 2004/12/07 15:44:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-0.13.ebuild,v 1.2 2004/12/19 17:51:02 hanno Exp $ inherit eutils @@ -30,5 +30,5 @@ src_compile() { } src_install() { - einstall DESTDIR=${D} || die + make DESTDIR=${D} install || die } |