diff options
| author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
|---|---|---|
| committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
| commit | 534fffca27bb18f7529d548c46ee3326505a89c7 (patch) | |
| tree | a09ac440edd299d85a3517dea62caa2b115543fc /multimedia/mpeg_encode | |
| parent | Update for a new patchset, which has only different comments. (diff) | |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Diffstat (limited to 'multimedia/mpeg_encode')
| -rw-r--r-- | multimedia/mpeg_encode/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mpeg_encode/Makefile b/multimedia/mpeg_encode/Makefile index 2c580cf3887e..65d97cc0df93 100644 --- a/multimedia/mpeg_encode/Makefile +++ b/multimedia/mpeg_encode/Makefile @@ -15,11 +15,13 @@ MAINTAINER= ports@FreeBSD.org MAN1= mpeg_encode.1 +USE_REINPLACE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: @(${GREP} -R -l "malloc.h" ${WRKSRC}/* | \ - ${XARGS} ${PERL} -pi -e "s/malloc.h/stdlib.h/") + ${XARGS} ${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/") do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpeg_encode ${PREFIX}/bin |
