summaryrefslogtreecommitdiff
path: root/audio/mp3check
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-22 16:23:22 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-22 16:23:22 +0000
commite3126aa732a292f57931193fdcb8416c169a611f (patch)
tree579c7e48aedcdb609f959f4e97a0efd1220c3c85 /audio/mp3check
parentUpdate to 3.2.7. (diff)
Changed to use REINPLACE.
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=76169
Diffstat (limited to 'audio/mp3check')
-rw-r--r--audio/mp3check/Makefile6
-rw-r--r--audio/mp3check/pkg-comment1
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