net/tcpflow: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-20 17:57:05 +00:00
parent 713f5fd4e8
commit 390e59f3e9

View file

@ -1,5 +1,6 @@
PORTNAME= tcpflow
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://downloads.digitalcorpora.org/downloads/${PORTNAME}/
@ -19,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
USES= cpe ssl xorg
USE_XORG= pixman
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \
ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \
@ -28,6 +30,6 @@ LIBS+= -L${LOCALBASE}/lib
CPE_VENDOR= digitalcorpora
PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz
PLIST_FILES= bin/tcpflow share/man/man1/tcpflow.1.gz
.include <bsd.port.mk>