git: e0c6543b717b - main - sysutils/cdrdao: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 11:08:43 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0c6543b717b5f769198ea53c6a0e8bae22bee5d
commit e0c6543b717b5f769198ea53c6a0e8bae22bee5d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-21 10:14:43 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-21 11:08:23 +0000
sysutils/cdrdao: Moved man to share/man
Approved by: portmgr (blanket)
---
sysutils/cdrdao/Makefile | 2 ++
sysutils/cdrdao/pkg-plist | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 0256027261d3..9bcc5a62a116 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cdrdao
DISTVERSION= 1_2_5
+PORTREVISION= 1
CATEGORIES= sysutils audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/rel_${DISTVERSION}/ \
SF/${PORTNAME}/rel_${DISTVERSION}
@@ -16,6 +17,7 @@ USES= alias autoreconf compiler:c++11-lang gmake iconv localbase tar:bzip2
USE_CXXSTD= c++11
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-gcdmaster=no \
--without-pcctsbin \
--without-pcctsinc \
diff --git a/sysutils/cdrdao/pkg-plist b/sysutils/cdrdao/pkg-plist
index be2ca724326c..6c53eb53a731 100644
--- a/sysutils/cdrdao/pkg-plist
+++ b/sysutils/cdrdao/pkg-plist
@@ -4,10 +4,10 @@ bin/toc2cddb
bin/toc2cue
%%TOC2MP3%%bin/toc2mp3
@postunexec if [ -f %D/etc/cdrdao.conf ]; then echo "If permanently deleting this package, %D/etc/cdrdao.conf must be removed manually."; fi
-man/man1/cdrdao.1.gz
-man/man1/cue2toc.1.gz
-man/man1/toc2cddb.1.gz
-man/man1/toc2cue.1.gz
+share/man/man1/cdrdao.1.gz
+share/man/man1/cue2toc.1.gz
+share/man/man1/toc2cddb.1.gz
+share/man/man1/toc2cue.1.gz
%%DATADIR%%/drivers
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog