aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netpipe
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:52:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 15:52:44 +0000
commit0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch)
tree31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/netpipe
parentd4278602bbf25b434150614a7797e9b8d7c8103f (diff)
downloadports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.tar.gz
ports-0f0eb50c1e9988923b5a502ecdeb918467b60cac.zip
Notes
Diffstat (limited to 'benchmarks/netpipe')
-rw-r--r--benchmarks/netpipe/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 4359ef93e575..601be90d7704 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: netpipe
-# Date created: 20 Feb 1998
-# Whom: jkoshy
-#
+# Created by: jkoshy
# $FreeBSD$
PORTNAME= NetPIPE
@@ -21,6 +18,7 @@ PLIST_FILES= bin/NPtcp bin/NPtcp6
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L}
+NO_STAGE= yes
do-build:
cd ${WRKSRC} \
&& ${CC} ${CFLAGS} src/netpipe.c src/tcp.c -DTCP -o NPtcp \