git: 19d0591ba1df - main - audio/mikmod: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:12:19 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=19d0591ba1dfaffee898cfd4b36cd7f83ede3003
commit 19d0591ba1dfaffee898cfd4b36cd7f83ede3003
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:12:16 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:12:16 +0000
audio/mikmod: Move man pages to share/man
---
audio/mikmod/Makefile | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index e3060471c5e6..e7825237252e 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mikmod
-PORTVERSION= 3.2.8
+DISTVERSION= 3.2.8
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF \
LOCAL/ehaupt
@@ -12,12 +13,13 @@ LICENSE= GPLv2
LIB_DEPENDS= libmikmod.so:audio/libmikmod
-USES= gmake ncurses
-GNU_CONFIGURE= yes
+USES= gmake ncurses
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/mikmod \
- man/man1/mikmod.1.gz \
- %%DATADIR%%/mikmodrc
+PLIST_FILES= %%DATADIR%%/mikmodrc \
+ bin/mikmod \
+ share/man/man1/mikmod.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS