mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
This commit is contained in:
parent
a58bf8b68d
commit
834ee0191e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337246
@ -5,7 +5,7 @@ PORTNAME= mp3check
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.icculus.org/mp3check/
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool for checking and fixing MP3 archive inconsistencies
|
||||
@ -14,7 +14,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \
|
||||
${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check
|
||||
|
||||
USES= shebangfix perl5
|
||||
NO_STAGE= yes
|
||||
USE_PERL5= run
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${CP}
|
||||
@ -25,6 +24,6 @@ PLIST_FILES= bin/mp3check
|
||||
SHEBANG_FILES= ${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/mp3check
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/mp3check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user