git: ef87f64951ba - main - sysutils/diskscrub: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:20:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef87f64951ba961006d100dc7b123311fbdadccb commit ef87f64951ba961006d100dc7b123311fbdadccb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 16:23:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:18:57 +0000 sysutils/diskscrub: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/diskscrub/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile index 1560bf9b6745..3aa7b8117f64 100644 --- a/sysutils/diskscrub/Makefile +++ b/sysutils/diskscrub/Makefile @@ -1,5 +1,6 @@ PORTNAME= diskscrub PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/chaos/scrub/releases/download/${PORTVERSION}/ DISTNAME= scrub-${PORTVERSION} @@ -12,7 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/scrub man/man1/scrub.1.gz +PLIST_FILES= bin/scrub share/man/man1/scrub.1.gz .include <bsd.port.mk>