diff options
author | Ryan Tolboom <ryan@gentoo.org> | 2001-05-15 20:48:02 +0000 |
---|---|---|
committer | Ryan Tolboom <ryan@gentoo.org> | 2001-05-15 20:48:02 +0000 |
commit | 355eb47c883374619fc0c5300990a75e4d8f4fc5 (patch) | |
tree | 05ad173f5c98b06343aa477429c0ad417c5c8053 /net-misc/netcat | |
parent | netcat is a network piping tool (diff) | |
download | historical-355eb47c883374619fc0c5300990a75e4d8f4fc5.tar.gz historical-355eb47c883374619fc0c5300990a75e4d8f4fc5.tar.bz2 historical-355eb47c883374619fc0c5300990a75e4d8f4fc5.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/netcat')
-rw-r--r-- | net-misc/netcat/nc-110.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/netcat/nc-110.ebuild b/net-misc/netcat/nc-110.ebuild index a47ca3ea1639..52db06483aa7 100644 --- a/net-misc/netcat/nc-110.ebuild +++ b/net-misc/netcat/nc-110.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom ryan@gentoo.org -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcat/nc-110.ebuild,v 1.1 2001/05/15 19:55:37 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcat/nc-110.ebuild,v 1.2 2001/05/15 20:48:02 ryan Exp $ A="nc110.tgz" S=${WORKDIR}/${P} @@ -25,7 +25,6 @@ src_compile() { | sed -e "s:^CC =.*$:CC = gcc \$(CFLAGS):" > Makefile cp netcat.c netcat.orig cat netcat.orig | sed -e "s:#define HAVE_BIND:#undef HAVE_BIND:" > netcat.c - bash try make linux } |