git: 92bd20e1a1bf - main - archivers/par2cmdline-turbo: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 22:10:47 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=92bd20e1a1bf62c1c848914461e7fab001904ec1
commit 92bd20e1a1bf62c1c848914461e7fab001904ec1
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-20 21:41:06 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-20 22:10:17 +0000
archivers/par2cmdline-turbo: Moved man to share/man
Approved by: portmgr (blanket)
---
archivers/par2cmdline-turbo/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/archivers/par2cmdline-turbo/Makefile b/archivers/par2cmdline-turbo/Makefile
index aef736164b94..0482764f4b74 100644
--- a/archivers/par2cmdline-turbo/Makefile
+++ b/archivers/par2cmdline-turbo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= par2cmdline-turbo
PORTVERSION= 1.1.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= archivers
@@ -14,6 +15,7 @@ ONLY_FOR_ARCHS_REASON= untested on other archs
USES= autoreconf compiler:c++11-lang
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LDFLAGS+= -lpthread
USE_GITHUB= yes
@@ -23,7 +25,7 @@ PORTDOCS= README.md
CONFLICTS= par2cmdline
PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify \
- man/man1/par2.1.gz
+ share/man/man1/par2.1.gz
OPTIONS_DEFINE= DOCS