Index: head/net-mgmt/darkstat/Makefile =================================================================== --- head/net-mgmt/darkstat/Makefile (revision 509891) +++ head/net-mgmt/darkstat/Makefile (revision 509892) @@ -1,26 +1,29 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= darkstat PORTVERSION= 3.0.719 CATEGORIES= net-mgmt MASTER_SITES= https://unix4lyfe.org/darkstat/ MAINTAINER= emikulic@gmail.com COMMENT= Network statistics gatherer and reporter -USE_RC_SUBR= darkstat +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.GPL USES= tar:bzip2 GNU_CONFIGURE= yes +USE_RC_SUBR= darkstat + PORTDOCS= AUTHORS INSTALL README PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/darkstat/pkg-descr =================================================================== --- head/net-mgmt/darkstat/pkg-descr (revision 509891) +++ head/net-mgmt/darkstat/pkg-descr (revision 509892) @@ -1,6 +1,6 @@ Darkstat is an ntop-workalike network statistics gatherer. Built to be faster and smaller than ntop, it uses libpcap to capture network traffic and serves up Web page reports of statistics such as data transferred by host, port, and protocol. It also has a neat bandwidth usage graph. -WWW: http://unix4lyfe.org/darkstat/ +WWW: https://unix4lyfe.org/darkstat/