Skip to content

Commit

Permalink
audio/checkmate: Move man pages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 23, 2024
1 parent 830b043 commit 19bc22b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 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
Expand All @@ -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>

0 comments on commit 19bc22b

Please sign in to comment.