diff options
author | Scott Mace <smace@FreeBSD.org> | 2003-01-07 20:28:47 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 2003-01-07 20:28:47 +0000 |
commit | 63a3e40683b8241b73443345243ad9ffdf46dfa9 (patch) | |
tree | 57204f716fbad54dee97ce1e64124cd538a49a78 /benchmarks/iperf | |
parent | Update my email to @freebsd.org. (diff) |
Cleanup Makefile with after portlint.
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r-- | benchmarks/iperf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 6021515b32c6..26d796f02aff 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -7,13 +7,14 @@ PORTNAME= iperf PORTVERSION= 1.6.4 -DISTNAME= iperf-1.6.4-source CATEGORIES= net MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +DISTNAME= iperf-1.6.4-source MAINTAINER= smace@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + NO_CDROM= "can't charge a fee for the software" do-install: |