Date: Mon, 26 Feb 2024 07:05:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c9a2c502d20d - main - sysutils/scalpel: Moved man to share/man Message-ID: <202402260705.41Q75RKg057440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9a2c502d20d79c39e997deca32ffbf36d1ca2aa commit c9a2c502d20d79c39e997deca32ffbf36d1ca2aa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 06:51:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:04:55 +0000 sysutils/scalpel: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/scalpel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/scalpel/Makefile b/sysutils/scalpel/Makefile index 44553872c209..fbc98c59ae76 100644 --- a/sysutils/scalpel/Makefile +++ b/sysutils/scalpel/Makefile @@ -1,5 +1,6 @@ PORTNAME= scalpel PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.digitalforensicssolutions.com/Scalpel/ \ https://fossies.org/linux/misc/ @@ -14,9 +15,10 @@ LIB_DEPENDS= libtre.so:textproc/libtre USES= alias localbase GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share SUB_FILES= pkg-message -PLIST_FILES= etc/scalpel.conf.sample bin/scalpel man/man1/scalpel.1.gz +PLIST_FILES= etc/scalpel.conf.sample bin/scalpel share/man/man1/scalpel.1.gz post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260705.41Q75RKg057440>