diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:34:53 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:34:53 +0000 |
commit | 7a24c0a981263ca796dcdd7482f3e0b42dad6942 (patch) | |
tree | 19c5c94d0eca9c6c5b8f8844a21a0d8b09da2ebe /net-mail/qtools/qtools-0.56.ebuild | |
parent | New Version (diff) | |
download | gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.tar.gz gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.tar.bz2 gentoo-2-7a24c0a981263ca796dcdd7482f3e0b42dad6942.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/qtools/qtools-0.56.ebuild')
-rw-r--r-- | net-mail/qtools/qtools-0.56.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-mail/qtools/qtools-0.56.ebuild b/net-mail/qtools/qtools-0.56.ebuild index 1785fb918195..56df8d9ed748 100644 --- a/net-mail/qtools/qtools-0.56.ebuild +++ b/net-mail/qtools/qtools-0.56.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qtools/qtools-0.56.ebuild,v 1.2 2003/05/14 03:00:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qtools/qtools-0.56.ebuild,v 1.3 2003/09/05 08:32:51 msterret Exp $ inherit eutils @@ -21,17 +21,17 @@ DEPEND="sys-devel/gcc-config" S=${WORKDIR}/${P} src_unpack() { - unpack ${A} + unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-errno.patch } src_compile() { - use static && LDFLAGS="${LDFLAGS} -static" - echo "${CC} ${CFLAGS}" > conf-cc - echo "${CC} ${LDFLAGS}" > conf-ld - echo "/usr" > conf-home - emake || die "emake failed" + use static && LDFLAGS="${LDFLAGS} -static" + echo "${CC} ${CFLAGS}" > conf-cc + echo "${CC} ${LDFLAGS}" > conf-ld + echo "/usr" > conf-home + emake || die "emake failed" } src_install() { @@ -40,6 +40,6 @@ src_install() { 822headerok 822headers checkaddr checkdomain \ condtomaildir filterto ifaddr iftoccfrom replier \ replier-config tomaildir - + dodoc BAPVERSION CHANGES FILES README SYSDEPS TARGETS TODO VERSION } |