diff options
author | smace <smace@FreeBSD.org> | 2003-01-08 04:28:47 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2003-01-08 04:28:47 +0800 |
commit | a4ad21449c5be8f82a6ee0f928f7e5b2c8dc0a3c (patch) | |
tree | 1b9b1147bc85ce024368e1f5dae38b0b767c1f73 /net/iperf | |
parent | dbd9e3f7c759571c5fc03d1afbbb085faff0d29d (diff) | |
download | freebsd-ports-graphics-a4ad21449c5be8f82a6ee0f928f7e5b2c8dc0a3c.tar.gz freebsd-ports-graphics-a4ad21449c5be8f82a6ee0f928f7e5b2c8dc0a3c.tar.zst freebsd-ports-graphics-a4ad21449c5be8f82a6ee0f928f7e5b2c8dc0a3c.zip |
Cleanup Makefile with after portlint.
Diffstat (limited to 'net/iperf')
-rw-r--r-- | net/iperf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 6021515b32c..26d796f02af 100644 --- a/net/iperf/Makefile +++ b/net/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: |