diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 16:23:22 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 16:23:22 +0000 |
commit | e3126aa732a292f57931193fdcb8416c169a611f (patch) | |
tree | 579c7e48aedcdb609f959f4e97a0efd1220c3c85 /audio/mp3check | |
parent | 11afe12db093102c0bfc277f7878a676f4a69201 (diff) | |
download | ports-e3126aa732a292f57931193fdcb8416c169a611f.tar.gz ports-e3126aa732a292f57931193fdcb8416c169a611f.zip |
Notes
Diffstat (limited to 'audio/mp3check')
-rw-r--r-- | audio/mp3check/Makefile | 6 | ||||
-rw-r--r-- | audio/mp3check/pkg-comment | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index cae0fd576176..5cdc72b43147 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -12,11 +12,13 @@ MASTER_SITES= http://www.icculus.org/mp3check/ EXTRACT_SUFX= MAINTAINER= markp@FreeBSD.org +COMMENT= A tool for checking and fixing mp3 archive inconsistencies RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \ ${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check -USE_PERL5= yes +USE_REINPLACE= yes +USE_PERL5_RUN= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= @@ -24,7 +26,7 @@ EXTRACT_AFTER_ARGS= ${WRKSRC} NO_BUILD= yes pre-patch: - @${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/${DISTNAME} + ${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/mp3check diff --git a/audio/mp3check/pkg-comment b/audio/mp3check/pkg-comment deleted file mode 100644 index f739edbf2ab1..000000000000 --- a/audio/mp3check/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for checking and fixing mp3 archive inconsistencies |