diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /benchmarks/netperf | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r-- | benchmarks/netperf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index f31523942eae..f9def6c17738 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: netperf -# Version required: 2.1.3 # Date created: 19 July 1996 # Whom: koshy # # $FreeBSD$ # -DISTNAME= netperf-2.1pl3 -PKGNAME= netperf-2.1.3 +PORTNAME= netperf +PORTVERSION= 2.1.3 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/ +DISTNAME= netperf-2.1pl3 MAINTAINER= fenner@freebsd.org |