diff options
author | Lars Weiler <pylon@gentoo.org> | 2003-12-14 04:37:06 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2003-12-14 04:37:06 +0000 |
commit | 86587b1b6b3546c4a9c6c24418e43130419e79c7 (patch) | |
tree | 75c731e4cc410297d2124d1afe69a7d80fdfde00 /net-misc/sendfile/sendfile-2.1a.ebuild | |
parent | make stable on ppc (diff) | |
download | gentoo-2-86587b1b6b3546c4a9c6c24418e43130419e79c7.tar.gz gentoo-2-86587b1b6b3546c4a9c6c24418e43130419e79c7.tar.bz2 gentoo-2-86587b1b6b3546c4a9c6c24418e43130419e79c7.zip |
make stable on ppc
Diffstat (limited to 'net-misc/sendfile/sendfile-2.1a.ebuild')
-rw-r--r-- | net-misc/sendfile/sendfile-2.1a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sendfile/sendfile-2.1a.ebuild b/net-misc/sendfile/sendfile-2.1a.ebuild index e2aa50f8fe25..1d8b8c838758 100644 --- a/net-misc/sendfile/sendfile-2.1a.ebuild +++ b/net-misc/sendfile/sendfile-2.1a.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/sendfile/sendfile-2.1a.ebuild,v 1.6 2003/09/05 22:01:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sendfile/sendfile-2.1a.ebuild,v 1.7 2003/12/14 04:37:02 pylon Exp $ S=${WORKDIR}/${P} DESCRIPTION="Sendfile is a SAFT implementation for UNIX and serves as a tool for asynchronous sending of files in the Internet" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.belwue.de/pub/unix/sendfile/${P}.tar.gz" HOMEPAGE="http://www.belwue.de/projekte/saft/sendfile-us.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" src_compile() { ./makeconfig "CFLAGS=\"${CFLAGS}\" BINDIR=/usr/bin MANDIR=/usr/share/man \ |