aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/tcptrack
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 11:14:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 11:14:32 +0000
commitb6fed9857f447f7b73014cf7c6d2903b9af97207 (patch)
treee78a31529f052bac4605cc16ead813d16a63f0af /net-mgmt/tcptrack
parente23251b6e86474cdc688838bf8495b5ce80a2d56 (diff)
downloadports-b6fed9857f447f7b73014cf7c6d2903b9af97207.tar.gz
ports-b6fed9857f447f7b73014cf7c6d2903b9af97207.zip
- Add LICENSE_FILE
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=455265
Diffstat (limited to 'net-mgmt/tcptrack')
-rw-r--r--net-mgmt/tcptrack/Makefile1
-rw-r--r--net-mgmt/tcptrack/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/tcptrack/Makefile b/net-mgmt/tcptrack/Makefile
index e10bc4c0d09b..a155b33d6520 100644
--- a/net-mgmt/tcptrack/Makefile
+++ b/net-mgmt/tcptrack/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= portmaster@BSDforge.com
COMMENT= Packet sniffer that displays TCP information like top(1)
LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
diff --git a/net-mgmt/tcptrack/pkg-descr b/net-mgmt/tcptrack/pkg-descr
index 7a21c9917cda..b673e50a8b0a 100644
--- a/net-mgmt/tcptrack/pkg-descr
+++ b/net-mgmt/tcptrack/pkg-descr
@@ -5,4 +5,4 @@ connections in a manner similar to the UNIX top(1) command. It displays
source and destination addresses, ports, connection state, idle time, and
bandwidth usage.
-WWW: http://BSDforge.com/projects/net-mgmt/tcptrack/
+WWW: https://BSDforge.com/projects/net-mgmt/tcptrack/