diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-09 16:02:50 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-09 16:02:50 +0000 |
commit | 5f3c2d96973ea85abf9efc05d951602b07057604 (patch) | |
tree | 25180c8d6a23a0608d8ee6c5fc9fcfc752b37fa0 /sys-apps/ed | |
parent | *** empty log message *** (diff) | |
download | historical-5f3c2d96973ea85abf9efc05d951602b07057604.tar.gz historical-5f3c2d96973ea85abf9efc05d951602b07057604.tar.bz2 historical-5f3c2d96973ea85abf9efc05d951602b07057604.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/ed')
-rw-r--r-- | sys-apps/ed/ed-0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/ed/ed-0.2.ebuild b/sys-apps/ed/ed-0.2.ebuild index 963194f2b822..6f3a0b63906d 100644 --- a/sys-apps/ed/ed-0.2.ebuild +++ b/sys-apps/ed/ed-0.2.ebuild @@ -2,13 +2,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2.ebuild,v 1.3 2000/10/06 19:44:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-0.2.ebuild,v 1.4 2000/10/09 16:02:50 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Your basic line editor" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ed/${A} ftp://ftp.gnu.org/pub/gnu/ed/${A}" +HOMEPAGE="http://www.gnu.org/software/ed/" src_compile() { try ./configure --prefix=/ --host=${CHOST} |