diff options
Diffstat (limited to 'net/tcpxtract/Makefile')
| -rw-r--r-- | net/tcpxtract/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/tcpxtract/Makefile b/net/tcpxtract/Makefile index 7a063d7a78c7..a2fadfd57583 100644 --- a/net/tcpxtract/Makefile +++ b/net/tcpxtract/Makefile @@ -1,15 +1,17 @@ PORTNAME= tcpxtract PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= nobutaka@FreeBSD.org COMMENT= Tool for extracting files from network traffic -WWW= http://tcpxtract.sourceforge.net/ +WWW= https://tcpxtract.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/tcpxtract etc/tcpxtract.conf \ - man/man1/tcpxtract.1.gz + share/man/man1/tcpxtract.1.gz .include <bsd.port.mk> |
