diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-11 21:51:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-11 21:51:57 +0800 |
commit | d58b4ecbb57c1734113c6303f6aababc01d67c9a (patch) | |
tree | 6a70361d875ad6b41316752220eab9ec8a18963e | |
parent | 7e1651833c686e440b8a671df4a5af0119799c4b (diff) | |
download | freebsd-ports-gnome-d58b4ecbb57c1734113c6303f6aababc01d67c9a.tar.gz freebsd-ports-gnome-d58b4ecbb57c1734113c6303f6aababc01d67c9a.tar.zst freebsd-ports-gnome-d58b4ecbb57c1734113c6303f6aababc01d67c9a.zip |
- Fix LICENSE
- Drop .la files, no dependees require them
Approved by: portmgr blanket
-rw-r--r-- | benchmarks/iperf3/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/iperf3/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index 88b230415503..0f9257773ded 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -3,6 +3,7 @@ PORTNAME= iperf PORTVERSION= 3.0.7 +PORTREVISION= 1 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 @@ -10,10 +11,11 @@ PKGNAMESUFFIX= 3 MAINTAINER= bmah@FreeBSD.org COMMENT= Improved tool to measure TCP and UDP bandwidth -LICENSE= BSD3CLAUSE +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= multi GNU_CONFIGURE= yes -USES= libtool:keepla +USES= libtool USE_LDCONFIG= yes PORTDOCS= AUTHORS README.md RELEASE_NOTES diff --git a/benchmarks/iperf3/pkg-plist b/benchmarks/iperf3/pkg-plist index ecc4fa2ea70c..ad244993e85c 100644 --- a/benchmarks/iperf3/pkg-plist +++ b/benchmarks/iperf3/pkg-plist @@ -1,7 +1,6 @@ bin/iperf3 include/iperf_api.h lib/libiperf.a -lib/libiperf.la lib/libiperf.so lib/libiperf.so.0 lib/libiperf.so.0.0.0 |