git: e91ecc758255 - main - sysutils/snapraid: move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Mar 2024 14:20:37 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=e91ecc758255c84d2f01dca0d0498f497a14eb95 commit e91ecc758255c84d2f01dca0d0498f497a14eb95 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-03-14 12:13:31 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-03-19 14:18:33 +0000 sysutils/snapraid: move manpages to share/man --- sysutils/snapraid/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/snapraid/Makefile b/sysutils/snapraid/Makefile index 0a9dc11a4e18..1ddfc9ce9560 100644 --- a/sysutils/snapraid/Makefile +++ b/sysutils/snapraid/Makefile @@ -1,5 +1,6 @@ PORTNAME= snapraid DISTVERSION= 12.3 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= https://github.com/amadvance/snapraid/releases/download/v${DISTVERSION}/ @@ -11,10 +12,11 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check PLIST_FILES= bin/snapraid \ - man/man1/snapraid.1.gz \ + share/man/man1/snapraid.1.gz \ etc/snapraid.conf.sample post-install: