diff options
-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 |