diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-26 13:45:39 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-26 13:45:39 +0000 |
commit | 3601797d41b30fc4f695ad1ad3dc1d8f15986b9b (patch) | |
tree | 8d064ecd107b68a7fcaeed2332542715f034e551 /net/tcpstat | |
parent | 4c816ca0517719728b48edba003308c08324dad2 (diff) |
Notes
Diffstat (limited to 'net/tcpstat')
-rw-r--r-- | net/tcpstat/Makefile | 8 | ||||
-rw-r--r-- | net/tcpstat/pkg-plist | 10 |
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%% |