diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:53:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 15:53:44 +0000 |
commit | dc584984a1746357888ec3f85a90d40ec5206a4e (patch) | |
tree | 92960cd721fb0111fa26770ab092f880964414cc /app-text/new | |
parent | Changed econf||die to econf (diff) | |
download | gentoo-2-dc584984a1746357888ec3f85a90d40ec5206a4e.tar.gz gentoo-2-dc584984a1746357888ec3f85a90d40ec5206a4e.tar.bz2 gentoo-2-dc584984a1746357888ec3f85a90d40ec5206a4e.zip |
Changed einstall||die to einstall
Diffstat (limited to 'app-text/new')
-rw-r--r-- | app-text/new/new-1.3.1.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-text/new/new-1.3.1.ebuild b/app-text/new/new-1.3.1.ebuild index 6a4b5b2e2e09..a3ba13bec623 100644 --- a/app-text/new/new-1.3.1.ebuild +++ b/app-text/new/new-1.3.1.ebuild @@ -1,20 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.1 2002/10/30 12:53:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.2 2002/12/18 15:53:44 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="New is a template system, especially useful in conjunction with a simple text editor such as vi." SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz" -HOMEPAGE="http://www.flyn.org" - -DEPEND="${RDEPEND}" +HOMEPAGE="http://www.flyn.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -src_install () { - einstall || die - +src_install() { + einstall dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |