diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-06 18:49:03 +0000 |
commit | df2e7e925c6d7854702b87a252543a50dc260f76 (patch) | |
tree | 722ff97e9b5d237da16942bd82906edd50ca3955 /app-admin/mtools | |
parent | Fixed bug 3038 and added back gpm support for vim. (diff) | |
download | gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.tar.gz gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.tar.bz2 gentoo-2-df2e7e925c6d7854702b87a252543a50dc260f76.zip |
applied LICENSE fix patch from Daniel Ahlberg :)
Diffstat (limited to 'app-admin/mtools')
-rw-r--r-- | app-admin/mtools/mtools-3.9.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/mtools/mtools-3.9.8-r1.ebuild b/app-admin/mtools/mtools-3.9.8-r1.ebuild index a3a7b45e63bd..89e203e4cb08 100644 --- a/app-admin/mtools/mtools-3.9.8-r1.ebuild +++ b/app-admin/mtools/mtools-3.9.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Holger Brueckner <darks@fet.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/mtools/mtools-3.9.8-r1.ebuild,v 1.6 2001/08/31 03:23:38 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mtools/mtools-3.9.8-r1.ebuild,v 1.7 2002/07/06 18:49:03 drobbins Exp $ @@ -13,7 +13,7 @@ SRC_URI="http://mtools.linux.lu/mtools-3.9.8.tar.gz" HOMEPAGE="http://mtools.linux.lu" DEPEND="virtual/glibc sys-apps/texinfo" RDEPEND="virtual/glibc" - +LICENSE="GPL-2" src_compile() { try ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ |