diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-10 19:23:24 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-10 19:23:24 +0000 |
commit | 71dceab4965ee2a44f80d23e7d9f89c001e484a8 (patch) | |
tree | acb5fc33245ae7e9daf64d09a2f623ca21ddac62 /app-mobilephone/moto4lin | |
parent | remove INSTALL from docs; remove obsolete versions; mark ver 0.8.0 stable on ... (diff) | |
download | gentoo-2-71dceab4965ee2a44f80d23e7d9f89c001e484a8.tar.gz gentoo-2-71dceab4965ee2a44f80d23e7d9f89c001e484a8.tar.bz2 gentoo-2-71dceab4965ee2a44f80d23e7d9f89c001e484a8.zip |
remove INSTALL from docs
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-mobilephone/moto4lin')
-rw-r--r-- | app-mobilephone/moto4lin/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/moto4lin/moto4lin-0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-mobilephone/moto4lin/ChangeLog b/app-mobilephone/moto4lin/ChangeLog index 66dce98f1802..30a59f3518b8 100644 --- a/app-mobilephone/moto4lin/ChangeLog +++ b/app-mobilephone/moto4lin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/moto4lin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.2 2005/08/09 15:41:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/ChangeLog,v 1.3 2005/10/10 19:23:24 mrness Exp $ + + 10 Oct 2005; Alin Nastac <mrness@gentoo.org> moto4lin-0.3.ebuild: + Remove INSTALL from docs. 09 Aug 2005; David Holm <dholm@gentoo.org> moto4lin-0.3.ebuild: Added to ~ppc. diff --git a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild index ba67e0381e8f..c71413cb8860 100644 --- a/app-mobilephone/moto4lin/moto4lin-0.3.ebuild +++ b/app-mobilephone/moto4lin/moto4lin-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.3 2005/09/19 20:05:18 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/moto4lin/moto4lin-0.3.ebuild,v 1.4 2005/10/10 19:23:24 mrness Exp $ DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones" HOMEPAGE="http://moto4lin.sourceforge.net/" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - make INSTALL_ROOT=${D} install || die "install failed" - dodoc ChangeLog README INSTALL + make INSTALL_ROOT=${D} install || die "make install failed" + dodoc ChangeLog README } |