Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:43:52 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: 07d0a4825471 - main - audio/xmp: Move manpages to share/man
Message-ID:  <202401211743.40LHhqFq099468@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=07d0a4825471547cbad99905d6b3bc2787157753

commit 07d0a4825471547cbad99905d6b3bc2787157753
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:25:54 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 17:43:27 +0000

    audio/xmp: Move manpages to share/man
---
 audio/xmp/Makefile  | 7 +++++--
 audio/xmp/pkg-plist | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 0e40b8ce625c..2caaf87c0c17 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xmp
-PORTVERSION=	4.2.0
-PORTREVISION=	2
+DISTVERSION=	4.2.0
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/libxmp/xmp-cli/releases/download/${PORTNAME}-${PORTVERSION}/
@@ -34,6 +34,9 @@ PULSEAUDIO_CONFIGURE_ENABLE=	pulseaudio
 
 SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|\ install-conf||' ${WRKSRC}/Makefile.in
 
diff --git a/audio/xmp/pkg-plist b/audio/xmp/pkg-plist
index d65d9326734a..72a3c8005f71 100644
--- a/audio/xmp/pkg-plist
+++ b/audio/xmp/pkg-plist
@@ -1,4 +1,4 @@
 bin/xmp
-man/man1/xmp.1.gz
+share/man/man1/xmp.1.gz
 @sample %%ETCDIR%%/xmp.conf.sample
 @sample %%ETCDIR%%/modules.conf.sample



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