aboutsummaryrefslogtreecommitdiff
path: root/net/tcpstat
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpstat')
-rw-r--r--net/tcpstat/Makefile8
-rw-r--r--net/tcpstat/pkg-plist10
2 files changed, 7 insertions, 11 deletions
diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile
index 541e00ca9443..3131e410ec1e 100644
--- a/net/tcpstat/Makefile
+++ b/net/tcpstat/Makefile
@@ -9,10 +9,16 @@ MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to report various network statistics
+LICENSE= BSD2CLAUSE
+
GNU_CONFIGURE= yes
-DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
+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:
diff --git a/net/tcpstat/pkg-plist b/net/tcpstat/pkg-plist
deleted file mode 100644
index 05674e255078..000000000000
--- a/net/tcpstat/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/tcpprof
-bin/tcpstat
-man/man1/tcpprof.1.gz
-man/man1/tcpstat.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/Tips_and_Tricks.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%