diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 21:33:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-14 21:33:05 +0000 |
commit | 9dec426a50833a8d036976a8c5b5d94cecaef7c5 (patch) | |
tree | 7c719b6d1a2e7110f83ecd8b52233aaabc5a82ac /net-mail/pine/pine-4.52.ebuild | |
parent | added install-programs to the install script (diff) | |
download | gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.tar.gz gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.tar.bz2 gentoo-2-9dec426a50833a8d036976a8c5b5d94cecaef7c5.zip |
touchups and inherit #15675
Diffstat (limited to 'net-mail/pine/pine-4.52.ebuild')
-rw-r--r-- | net-mail/pine/pine-4.52.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mail/pine/pine-4.52.ebuild b/net-mail/pine/pine-4.52.ebuild index 0fecfe62b528..085acc1026e1 100644 --- a/net-mail/pine/pine-4.52.ebuild +++ b/net-mail/pine/pine-4.52.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.52.ebuild,v 1.3 2003/02/13 14:35:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine/pine-4.52.ebuild,v 1.4 2003/02/14 21:31:01 vapier Exp $ + +inherit eutils -S=${WORKDIR}/${PN}${PV} DESCRIPTION="A tool for reading, sending and managing electronic messages." SRC_URI="ftp://ftp.cac.washington.edu/${PN}/${PN}${PV}.tar.bz2 http://www.math.washington.edu/~chappa/pine/patches/pine4.52/fancy.patch.gz @@ -31,7 +32,7 @@ DEPEND="virtual/glibc net-www/lynx !net-mail/pine-maildir" -inherit eutils +S=${WORKDIR}/${PN}${PV} src_unpack() { unpack ${PN}${PV}.tar.bz2 |