diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 07:18:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 07:18:05 +0000 |
commit | d48c7610801fc423b33ee26bd7ca66d57aa173b0 (patch) | |
tree | 3a255611fb897e0ce8045bfe1fdd204fbb4a98be /net/tcpxtract | |
parent | 559704654f788f5c758607b7094368a9eeecc447 (diff) |
Notes
Diffstat (limited to 'net/tcpxtract')
-rw-r--r-- | net/tcpxtract/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcpxtract/Makefile b/net/tcpxtract/Makefile index c7cc94ec3552..fc5f8edf1f0c 100644 --- a/net/tcpxtract/Makefile +++ b/net/tcpxtract/Makefile @@ -10,9 +10,8 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT= A tool for extracting files from network traffic GNU_CONFIGURE= yes -MAN1= tcpxtract.1 -PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf +PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf \ + man/man1/tcpxtract.1.gz -NO_STAGE= yes .include <bsd.port.mk> |