diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:22:14 +0000 |
commit | 31154892b641cd15adf68371929358d08862d264 (patch) | |
tree | 04c60b5eee34ac32bb4e64c7f467d3bf71838892 /audio/pimp3/Makefile | |
parent | PERL -> REINPLACE_CMD (diff) |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=62644
Diffstat (limited to 'audio/pimp3/Makefile')
-rw-r--r-- | audio/pimp3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile index ee5a62ac2f56..bd7d4532b31a 100644 --- a/audio/pimp3/Makefile +++ b/audio/pimp3/Makefile @@ -17,11 +17,12 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ WRKSRC= ${WRKDIR}/pimp3 +USE_REINPLACE= yes NO_BUILD= yes USE_PYTHON= yes post-patch: - @${PERL} -pi -ne "s!/usr/bin/python!${LOCALBASE}/bin/python!;" ${WRKSRC}/pimp3.py + @${REINPLACE_CMD} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" ${WRKSRC}/pimp3.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PREFIX}/bin/ |