diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 15:18:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 15:18:05 +0800 |
commit | a6e21a101709c4a65cec5875a48f854e9e674859 (patch) | |
tree | 3a255611fb897e0ce8045bfe1fdd204fbb4a98be /net | |
parent | e4f62e0d11fc076e829e41772073dfd4f4177d12 (diff) | |
download | freebsd-ports-gnome-a6e21a101709c4a65cec5875a48f854e9e674859.tar.gz freebsd-ports-gnome-a6e21a101709c4a65cec5875a48f854e9e674859.tar.zst freebsd-ports-gnome-a6e21a101709c4a65cec5875a48f854e9e674859.zip |
- Stage suppport
Diffstat (limited to 'net')
-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> |