git: b637d3ee6a3c - main - audio/sidplayfp: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:43:10 UTC
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