Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 15:51:19 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 972f3468b8b8 - main - audio/schismtracker: Move man pages to share/man
Message-ID:  <202401231551.40NFpJP1085057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=972f3468b8b8ea4e264a17afe03985f34bc46fcb

commit 972f3468b8b8ea4e264a17afe03985f34bc46fcb
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 15:51:09 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 15:51:18 +0000

    audio/schismtracker: Move man pages to share/man
---
 audio/schismtracker/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
index 348b1120123f..98c1dfbb2a20 100644
--- a/audio/schismtracker/Makefile
+++ b/audio/schismtracker/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	schismtracker
-PORTVERSION=	20231029
+DISTVERSION=	20231029
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/schismtracker/schismtracker/releases/download/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}.source
@@ -16,10 +17,11 @@ USES=		compiler:c++11-lib desktop-file-utils localbase python sdl xorg
 USE_SDL=	sdl2
 USE_XORG=	x11 xext xv
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/schismtracker \
-		man/man1/schismtracker.1.gz \
+		share/man/man1/schismtracker.1.gz \
 		share/applications/schism.desktop \
 		share/pixmaps/schism-icon-128.png \
 		share/pixmaps/schism-itf-icon-128.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231551.40NFpJP1085057>