diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-07-12 01:27:36 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-07-12 01:27:36 +0000 |
commit | 352d974abd5739e6588b96ab411ac7257085c897 (patch) | |
tree | 6ed35e80b371068dd523af8ca15b304e25cb3917 /benchmarks/netpipe/Makefile | |
parent | 0b58dabdac6a3cadd72564a3e58fd6a1ac3dd4cc (diff) | |
download | ports-352d974abd5739e6588b96ab411ac7257085c897.tar.gz ports-352d974abd5739e6588b96ab411ac7257085c897.zip |
Notes
Diffstat (limited to 'benchmarks/netpipe/Makefile')
-rw-r--r-- | benchmarks/netpipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 133c061f68e9..1dc3dec5efee 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.2 +PORTVERSION= 3.5 CATEGORIES= benchmarks net MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jkoshy@freebsd.org COMMENT= A self-scaling network benchmark -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} MAKEFILE= makefile # The default port builds and installs only the TCP version of |