diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:27:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:27:13 +0000 |
commit | 8c3e6236d0d21e7231ef16fde3627d16f6f7377c (patch) | |
tree | 4f4433b53dc99df5d81089b34b7077df38c29a74 /net-mail/safecat | |
parent | don't dep on arch for gnuconfig_update (diff) | |
download | gentoo-2-8c3e6236d0d21e7231ef16fde3627d16f6f7377c.tar.gz gentoo-2-8c3e6236d0d21e7231ef16fde3627d16f6f7377c.tar.bz2 gentoo-2-8c3e6236d0d21e7231ef16fde3627d16f6f7377c.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-mail/safecat')
-rw-r--r-- | net-mail/safecat/safecat-1.11.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-mail/safecat/safecat-1.11.ebuild b/net-mail/safecat/safecat-1.11.ebuild index d80da93318b5..f5d845fa5e93 100644 --- a/net-mail/safecat/safecat-1.11.ebuild +++ b/net-mail/safecat/safecat-1.11.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.8 2004/07/01 22:35:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.9 2004/07/15 02:26:52 agriffis Exp $ IUSE="" inherit fixheadtails eutils -S=${WORKDIR}/${P} - DESCRIPTION="Safecat implements qmail's maildir algorithm, copying standard input safely to a specified directory." HOMEPAGE="http://budney.homeunix.net:8080/users/budney/linux/software/${PN}/" SRC_URI="http://budney.homeunix.net:8080/users/budney/linux/software/${PN}/${P}.tar.gz" @@ -47,4 +45,3 @@ src_install() { dodoc CHANGES COPYING INSTALL README doman maildir.1 safecat.1 } - |