aboutsummaryrefslogtreecommitdiff
path: root/audio/checkmate
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:09:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-01-23 14:09:13 +0000
commit19bc22b9429f54e1e7c588f961ac7520fd39e3bc (patch)
treedd489cc718015b16caa6076bdbdf289b02422b1d /audio/checkmate
parent830b0433545b1287a70026c9e30e7b4b30e24559 (diff)
downloadports-19bc22b9429f54e1e7c588f961ac7520fd39e3bc.tar.gz
ports-19bc22b9429f54e1e7c588f961ac7520fd39e3bc.zip
audio/checkmate: Move man pages to share/man
Diffstat (limited to 'audio/checkmate')
-rw-r--r--audio/checkmate/Makefile9
1 files 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>