git: 07d0a4825471 - main - audio/xmp: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 17:43:52 UTC
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