diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-07-19 07:10:01 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-07-19 07:10:01 +0000 |
commit | d8f176f2115327bdf7904c32197fa5b58476073a (patch) | |
tree | a5a6895abd1146a8cf26e5dc34baccbf4910ce74 /net/tcptrace | |
parent | 51f2eb63db9a4be21c43b6c9335517821e08d9ce (diff) | |
download | ports-d8f176f2115327bdf7904c32197fa5b58476073a.tar.gz ports-d8f176f2115327bdf7904c32197fa5b58476073a.zip |
Notes
Diffstat (limited to 'net/tcptrace')
-rw-r--r-- | net/tcptrace/Makefile | 5 | ||||
-rw-r--r-- | net/tcptrace/pkg-plist | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index a6482e921b78..fd00e337a1ae 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -18,8 +18,9 @@ ALL_TARGET= tcptrace MAN1= tcptrace.1 -DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \ - README.modules README.tput_graphs WWW dot_tcptracerc.sample +DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \ + README.modules README.tput_graphs THANKS WWW \ + dot_tcptracerc.sample do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist index 2bb6be877ac0..01d62418fbc7 100644 --- a/net/tcptrace/pkg-plist +++ b/net/tcptrace/pkg-plist @@ -1,13 +1,14 @@ bin/tcptrace share/doc/tcptrace/ARGS -share/doc/tcptrace/BUGS share/doc/tcptrace/CHANGES +share/doc/tcptrace/COPYING share/doc/tcptrace/COPYRIGHT share/doc/tcptrace/FAQ share/doc/tcptrace/README share/doc/tcptrace/README.mailing_list share/doc/tcptrace/README.modules share/doc/tcptrace/README.tput_graphs +share/doc/tcptrace/THANKS share/doc/tcptrace/WWW share/doc/tcptrace/dot_tcptracerc.sample @dirrm share/doc/tcptrace |