1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/tcpxtract: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-20 18:07:02 +00:00
parent c7d78b19a2
commit 7ccf42bd87

View File

@ -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 <bsd.port.mk>