From 3601797d41b30fc4f695ad1ad3dc1d8f15986b9b Mon Sep 17 00:00:00 2001 From: Rusmir Dusko Date: Wed, 26 Mar 2014 13:45:39 +0000 Subject: - Add license (BSD2CLAUSE) - Remove LICENSE from DOCS - Use PLIST_FILES and PORTDOCS=* instead of pkg-plist PR: ports/179198 Submitted by: nemysis (self) --- net/tcpstat/Makefile | 8 +++++++- net/tcpstat/pkg-plist | 10 ---------- 2 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 net/tcpstat/pkg-plist (limited to 'net/tcpstat') 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%% -- cgit v1.2.3