Date: Fri, 22 Mar 2024 10:40:03 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: f0d2fbf5ce4c - main - sysutils/bulk_extractor: Move man pages to share/man Message-ID: <202403221040.42MAe3Ps000035@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=f0d2fbf5ce4c86045bb77705148f26ee7e2a7df6 commit f0d2fbf5ce4c86045bb77705148f26ee7e2a7df6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 08:52:44 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 10:39:39 +0000 sysutils/bulk_extractor: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/bulk_extractor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/bulk_extractor/Makefile b/sysutils/bulk_extractor/Makefile index 866bdc41d380..9c64cb505cf0 100644 --- a/sysutils/bulk_extractor/Makefile +++ b/sysutils/bulk_extractor/Makefile @@ -1,6 +1,7 @@ PORTNAME= bulk_extractor PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= nobutaka@FreeBSD.org @@ -33,11 +34,12 @@ GH_TAG_DFXML_SCHEMA= f2a702e GH_TAG_UTFCPP= 2ad9957 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-exiv2=true TEST_TARGET= check -PLIST_FILES= bin/bulk_extractor man/man1/bulk_extractor.1.gz +PLIST_FILES= bin/bulk_extractor share/man/man1/bulk_extractor.1.gz post-extract: ${CP} -R ${WRKSRC_be20_api}/* ${WRKSRC}/src/be20_api/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403221040.42MAe3Ps000035>