diff --git a/net/tcpxtract/Makefile b/net/tcpxtract/Makefile index 0b0dca51efe6..a2fadfd57583 100644 --- a/net/tcpxtract/Makefile +++ b/net/tcpxtract/Makefile @@ -1,5 +1,6 @@ PORTNAME= tcpxtract PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -8,8 +9,9 @@ COMMENT= Tool for extracting files from network traffic 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