From 390e59f3e9f3e18039d487b3bb51738e270e36ae Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Wed, 20 Mar 2024 17:57:05 +0000 Subject: [PATCH] net/tcpflow: Move man pages to share/man Approved by: portmgr (blanket) --- net/tcpflow/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 340eefafe675f..2e6e164a01d3a 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -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