Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 14:43:10 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: b637d3ee6a3c - main - audio/sidplayfp: Move man pages to share/man
Message-ID:  <202401231443.40NEhAQL068550@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=b637d3ee6a3cd33ee674d4ec97293769d39bca1a

commit b637d3ee6a3cd33ee674d4ec97293769d39bca1a
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:42:29 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:43:06 +0000

    audio/sidplayfp: Move man pages to share/man
---
 audio/sidplayfp/Makefile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/audio/sidplayfp/Makefile b/audio/sidplayfp/Makefile
index 8a4e37260f71..7b1e1beb0f9a 100644
--- a/audio/sidplayfp/Makefile
+++ b/audio/sidplayfp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	sidplayfp
 DISTVERSION=	2.6.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/lib${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -12,14 +13,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libstilview.so:audio/libsidplayfp
 
-USES=		compiler:c++17-lang localbase:ldflags pkgconfig
-GNU_CONFIGURE=	yes
+USES=				compiler:c++17-lang localbase:ldflags pkgconfig
+GNU_CONFIGURE=			yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/sidplayfp \
 		bin/stilview \
-		man/man1/sidplayfp.1.gz \
-		man/man1/stilview.1.gz \
-		man/man5/sidplayfp.ini.5.gz
+		share/man/man1/sidplayfp.1.gz \
+		share/man/man1/stilview.1.gz \
+		share/man/man5/sidplayfp.ini.5.gz
 
 OPTIONS_DEFINE=		ALSA OUT123 PULSEAUDIO
 OPTIONS_DEFAULT=	OUT123



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