diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-12 18:32:42 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-12 18:32:42 +0000 |
commit | 69f76b1112f1159fdb38ad7a34d1264150647e12 (patch) | |
tree | 70e9ef69f5def9cc2f569b2a0d0208528a711b37 /app-editors/nvi | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-69f76b1112f1159fdb38ad7a34d1264150647e12.tar.gz gentoo-2-69f76b1112f1159fdb38ad7a34d1264150647e12.tar.bz2 gentoo-2-69f76b1112f1159fdb38ad7a34d1264150647e12.zip |
small fixes
Diffstat (limited to 'app-editors/nvi')
-rw-r--r-- | app-editors/nvi/nvi-1.81.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/nvi/nvi-1.81.4.ebuild b/app-editors/nvi/nvi-1.81.4.ebuild index b7a93763d5e9..68e2fd1207d5 100644 --- a/app-editors/nvi/nvi-1.81.4.ebuild +++ b/app-editors/nvi/nvi-1.81.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: tools@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.4.ebuild,v 1.1 2001/08/08 05:24:27 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.4.ebuild,v 1.2 2001/08/12 18:32:42 chadh Exp $ S=${WORKDIR}/${P} DESCRIPTION="Vi clone" @@ -20,4 +20,3 @@ src_install () { cd ${S}/build.unix try make prefix=${D}/usr install } - |