summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
commitb5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch)
treeaaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild
parentLICENSE fix (diff)
downloadgentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip
whitespace cleanup
Diffstat (limited to 'net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild')
-rw-r--r--net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild
index 9ebe9f1ec6ca..a473f78e0bdf 100644
--- a/net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild
+++ b/net-misc/lrzsz/lrzsz-0.12.20-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-misc/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.7 2003/02/13 14:59:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.8 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="communication package providing the X, Y, and ZMODEM file transfer protocols"
@@ -19,15 +19,15 @@ src_compile() {
use nls || options="${options} --disable-nls"
- export CFLAGS="${CFLAGS} -Wstrict-prototypes"
-
+ export CFLAGS="${CFLAGS} -Wstrict-prototypes"
+
./configure \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--host=${CHOST} \
${options} || die
-
+
emake || die
}