diff options
author | fenner <fenner@FreeBSD.org> | 2001-07-19 15:10:01 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-07-19 15:10:01 +0800 |
commit | 816aa449fc523bdfa9b7d28d1d913cc80299a226 (patch) | |
tree | 50977fce64e8ae82bdac6bb58adb61cd2b7ea22a /net/tcptrace/Makefile | |
parent | 3ba2209de961dd89bc02b518d24abf069485be8d (diff) | |
download | freebsd-ports-gnome-816aa449fc523bdfa9b7d28d1d913cc80299a226.tar.gz freebsd-ports-gnome-816aa449fc523bdfa9b7d28d1d913cc80299a226.tar.zst freebsd-ports-gnome-816aa449fc523bdfa9b7d28d1d913cc80299a226.zip |
Remove BUGS, add COPYING and THANKS to DOCFILES
PR: ports/28936
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |