Date: Wed, 20 Mar 2024 18:37:55 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 390e59f3e9f3 - main - net/tcpflow: Move man pages to share/man Message-ID: <202403201837.42KIbthG041674@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=390e59f3e9f3e18039d487b3bb51738e270e36ae commit 390e59f3e9f3e18039d487b3bb51738e270e36ae Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 17:57:05 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:11 +0000 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 340eefafe675..2e6e164a01d3 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201837.42KIbthG041674>