aboutsummaryrefslogtreecommitdiff
path: root/net/tcpsplit
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 /net/tcpsplit
parent9a1cdfdf07385bca89e41c6969b51dd6b9100425 (diff)
downloadports-5cad147b160abcfdb187e2ea3f0ea556f9770480.tar.gz
ports-5cad147b160abcfdb187e2ea3f0ea556f9770480.zip
Notes
Diffstat (limited to 'net/tcpsplit')
-rw-r--r--net/tcpsplit/Makefile9
1 files changed, 6 insertions, 3 deletions
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}