summaryrefslogtreecommitdiff
path: root/benchmarks/thrulay
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-01-03 09:30:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-01-03 09:30:10 +0000
commit1050aa55fb25a4bc8606f6028f771fde3209141e (patch)
tree2f12b96766e31f830a4731251fd69c7d568b2ae5 /benchmarks/thrulay
parentsecurity/py-pysha3: unbreak on powerpc64 (diff)
- Add LICENSE
- Switch to options helpers - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=521918
Diffstat (limited to 'benchmarks/thrulay')
-rw-r--r--benchmarks/thrulay/Makefile8
-rw-r--r--benchmarks/thrulay/pkg-descr2
2 files changed, 6 insertions, 4 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile
index f460fd8e3868..23644f787661 100644
--- a/benchmarks/thrulay/Makefile
+++ b/benchmarks/thrulay/Makefile
@@ -5,12 +5,14 @@ PORTNAME= thrulay
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= benchmarks net
-MASTER_SITES= SF \
- http://www.internet2.edu/~shalunov/thrulay/
+MASTER_SITES= SF
MAINTAINER= shalunov@shlang.com
COMMENT= Network capacity tester
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
GNU_CONFIGURE= yes
USES= gmake libtool
USE_LDCONFIG= yes
@@ -28,7 +30,7 @@ post-patch:
post-extract:
@${CP} ${WRKSRC}/doc/*.[ht]* ${WRKSRC}/
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
diff --git a/benchmarks/thrulay/pkg-descr b/benchmarks/thrulay/pkg-descr
index 9b5c6ab62959..41a48b8786ee 100644
--- a/benchmarks/thrulay/pkg-descr
+++ b/benchmarks/thrulay/pkg-descr
@@ -13,4 +13,4 @@ Special features of thrulay include:
(microsecond errors in sending times)
* Human- and machine-readable output (ready to be fed to gnuplot)
-WWW: http://www.internet2.edu/~shalunov/thrulay/
+WWW: https://sourceforge.net/projects/thrulay/