summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-19 14:20:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-19 14:20:59 +0000
commit5cad147b160abcfdb187e2ea3f0ea556f9770480 (patch)
tree5a7cf961ed8dcb0fd88fd93c3157d44bdf0e3c0f
parent- Add LICENSE_FILE (diff)
- Reset lars@eggert.org maintainership (maintainer no longer uses these ports)
- While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email)
Notes
Notes: svn path=/head/; revision=409181
-rw-r--r--benchmarks/flowgrind/Makefile2
-rw-r--r--benchmarks/spp/Makefile2
-rw-r--r--net/tcpsplit/Makefile9
3 files changed, 8 insertions, 5 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile
index 1fabd47a60e7..f869f22b8343 100644
--- a/benchmarks/flowgrind/Makefile
+++ b/benchmarks/flowgrind/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.7.5
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= benchmarks
-MAINTAINER= lars@eggert.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Measure throughput and other metrics for TCP
LICENSE= GPLv3+
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile
index eb33896d224e..aeb5362c1bad 100644
--- a/benchmarks/spp/Makefile
+++ b/benchmarks/spp/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 0.3.6
CATEGORIES= benchmarks
MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/
-MAINTAINER= lars@eggert.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Calculates round trip time from pcap files or live capture
LICENSE= GPLv2
diff --git a/net/tcpsplit/Makefile b/net/tcpsplit/Makefile
index c6e092f156fe..b67475f5e40f 100644
--- a/net/tcpsplit/Makefile
+++ b/net/tcpsplit/Makefile
@@ -6,21 +6,24 @@ PORTVERSION= 0.2
CATEGORIES= net
MASTER_SITES= http://www.icir.org/mallman/software/tcpsplit/
-MAINTAINER= lars@eggert.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Breaks a libpcap trace along TCP connection boundaries
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
PLIST_FILES= bin/tcpsplit
PORTDOCS= README
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -E '/^(CC|CFLAGS|INC|LD)/d' ${WRKSRC}/Makefile
-OPTIONS_DEFINE= DOCS
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpsplit ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}