mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/cdrdao: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
06345bfa3c
commit
e0c6543b71
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= cdrdao
|
PORTNAME= cdrdao
|
||||||
DISTVERSION= 1_2_5
|
DISTVERSION= 1_2_5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils audio
|
CATEGORIES= sysutils audio
|
||||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/rel_${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/rel_${DISTVERSION}/ \
|
||||||
SF/${PORTNAME}/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
|
USE_CXXSTD= c++11
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --with-gcdmaster=no \
|
CONFIGURE_ARGS= --with-gcdmaster=no \
|
||||||
--without-pcctsbin \
|
--without-pcctsbin \
|
||||||
--without-pcctsinc \
|
--without-pcctsinc \
|
||||||
|
@ -4,10 +4,10 @@ bin/toc2cddb
|
|||||||
bin/toc2cue
|
bin/toc2cue
|
||||||
%%TOC2MP3%%bin/toc2mp3
|
%%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
|
@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
|
share/man/man1/cdrdao.1.gz
|
||||||
man/man1/cue2toc.1.gz
|
share/man/man1/cue2toc.1.gz
|
||||||
man/man1/toc2cddb.1.gz
|
share/man/man1/toc2cddb.1.gz
|
||||||
man/man1/toc2cue.1.gz
|
share/man/man1/toc2cue.1.gz
|
||||||
%%DATADIR%%/drivers
|
%%DATADIR%%/drivers
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user