aboutsummaryrefslogtreecommitdiff
path: root/net/tcpstat
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-11 09:01:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-11 09:01:05 +0000
commit7c28268dab8bb4590675e2371ff460ac5a80a972 (patch)
tree2b1a86fe3cd6eeddb6de38a6953313830bb8e52b /net/tcpstat
parenta052f6215f93904056ea5aa0a9e47b6a10a1cd1f (diff)
downloadports-7c28268dab8bb4590675e2371ff460ac5a80a972.tar.gz
ports-7c28268dab8bb4590675e2371ff460ac5a80a972.zip
- Add LICENSE_FILE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=420054
Diffstat (limited to 'net/tcpstat')
-rw-r--r--net/tcpstat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile
index 3131e410ec1e..952ccbd6461a 100644
--- a/net/tcpstat/Makefile
+++ b/net/tcpstat/Makefile
@@ -10,19 +10,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Program to report various network statistics
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcpstat bin/tcpprof \
man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz
-
PORTDOCS= *
-DOCS= AUTHORS ChangeLog README doc/Tips_and_Tricks.txt
OPTIONS_DEFINE= DOCS
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README doc/Tips_and_Tricks.txt \
+ ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>