Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 18:00:58 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: fc5da5d2b4f7 - main - audio/shairport-sync: Move manpages to share/man
Message-ID:  <202401211800.40LI0wDv029004@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=fc5da5d2b4f70cb15e5055ff3ec9e8aeb1b6e3f1

commit fc5da5d2b4f70cb15e5055ff3ec9e8aeb1b6e3f1
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-21 17:57:40 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-21 18:00:54 +0000

    audio/shairport-sync: Move manpages to share/man
---
 audio/shairport-sync/Makefile  | 4 ++++
 audio/shairport-sync/pkg-plist | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index a3b78cbe4e11..75feedeb8a27 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	shairport-sync
 DISTVERSION=	4.3.2
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -66,6 +67,9 @@ PULSEAUDIO_CONFIGURE_ON=	--with-pa
 SNDIO_LIB_DEPENDS=	libsndio.so:audio/sndio
 SNDIO_CONFIGURE_ON=	--with-sndio
 
+# remove after manprefix migration
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+
 post-patch:
 	@${REINPLACE_CMD} -e 's/-Wno-clobbered -Wno-psabi //' \
 		${WRKSRC}/Makefile.am
diff --git a/audio/shairport-sync/pkg-plist b/audio/shairport-sync/pkg-plist
index cd9e57726405..741b59721706 100644
--- a/audio/shairport-sync/pkg-plist
+++ b/audio/shairport-sync/pkg-plist
@@ -1,3 +1,3 @@
 bin/shairport-sync
-man/man7/shairport-sync.7.gz
+share/man/man7/shairport-sync.7.gz
 @sample etc/shairport-sync.conf.sample



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