diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:55:28 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 08:55:28 +0000 |
commit | 33eb47614dc9ffb27c06a2ec3d8f3b20c98393c0 (patch) | |
tree | b3617bc8f53ef2cd9ae0664d6acfb629ca39ba42 /net-mail/uw-imap/uw-imap-2002d-r1.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-33eb47614dc9ffb27c06a2ec3d8f3b20c98393c0.tar.gz gentoo-2-33eb47614dc9ffb27c06a2ec3d8f3b20c98393c0.tar.bz2 gentoo-2-33eb47614dc9ffb27c06a2ec3d8f3b20c98393c0.zip |
whitespace cleanup
Diffstat (limited to 'net-mail/uw-imap/uw-imap-2002d-r1.ebuild')
-rw-r--r-- | net-mail/uw-imap/uw-imap-2002d-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/uw-imap/uw-imap-2002d-r1.ebuild b/net-mail/uw-imap/uw-imap-2002d-r1.ebuild index d5d768bdcf8a..bf87d1fa54ce 100644 --- a/net-mail/uw-imap/uw-imap-2002d-r1.ebuild +++ b/net-mail/uw-imap/uw-imap-2002d-r1.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/uw-imap/uw-imap-2002d-r1.ebuild,v 1.1 2003/08/11 09:05:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/uw-imap/uw-imap-2002d-r1.ebuild,v 1.2 2003/09/05 08:55:26 msterret Exp $ MY_P=imap-${PV} S=${WORKDIR}/${MY_P} @@ -25,10 +25,10 @@ DEPEND="!net-mail/vimap src_unpack() { unpack ${A} # Tarball packed with bad file perms - chmod -R ug+w ${S} + chmod -R ug+w ${S} use pic || use alpha && append-flags -fPIC - + cd ${S}/src/osdep/unix/ cp Makefile Makefile.orig sed \ @@ -46,7 +46,7 @@ src_unpack() { cd ${S} } -src_compile() { +src_compile() { if use ssl; then cd ${S} yes | make lnp SSLTYPE=unix || die @@ -78,10 +78,10 @@ EOF fi } -src_install() { +src_install() { into /usr dosbin imapd/imapd ipopd/ipop?d dmail/dmail tmail/tmail - dobin mailutil/mailutil mlock/mlock mtest/mtest + dobin mailutil/mailutil mlock/mlock mtest/mtest if use ssl; then dodir /etc/ssl/certs |