mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support staging,
Use shebangfix
This commit is contained in:
parent
a40ed2e4ab
commit
a0117760b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334782
1 changed files with 4 additions and 3 deletions
|
@ -12,15 +12,16 @@ COMMENT= Perl script that converts CUE files into TOC files for cdrdao
|
|||
|
||||
RUN_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav
|
||||
|
||||
USES= perl5
|
||||
NO_STAGE= yes
|
||||
USES= perl5 shebangfix
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/cue2toc.pl
|
||||
SHEBANG_FILES= cue2toc
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue