git: 19bc22b9429f - main - audio/checkmate: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:09:18 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=19bc22b9429f54e1e7c588f961ac7520fd39e3bc
commit 19bc22b9429f54e1e7c588f961ac7520fd39e3bc
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:09:13 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:09:13 +0000
audio/checkmate: Move man pages to share/man
---
audio/checkmate/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile
index e8b73130124c..b958095e23cd 100644
--- a/audio/checkmate/Makefile
+++ b/audio/checkmate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= checkmate
-PORTVERSION= 0.21
+DISTVERSION= 0.21
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://checkmate.gissen.nl/ \
LOCAL/ehaupt
@@ -10,8 +11,10 @@ WWW= https://checkmate.gissen.nl/
LICENSE= GPLv2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/mpck man/man1/mpck.1.gz
+PLIST_FILES= bin/mpck \
+ share/man/man1/mpck.1.gz
.include <bsd.port.mk>