diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | a6429924fc57a145369eb5b2d3d0f45c65656b19 (patch) | |
tree | a7703a1b06cbba057e160e6f7af6e66d74cfc940 /audio | |
parent | PERL -> REINPLACE, Add USE_PERL5=yes too (diff) |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ccaudio/Makefile | 5 | ||||
-rw-r--r-- | audio/ccaudio2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index 663a7f47e56b..c957e4c6dedc 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -15,12 +15,13 @@ MAINTAINER= dyfet@gnu.org USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-release \@LT_RELEASE\@||g' + @find ${WRKSRC} -name "Makefile.in" | \ + xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g' .include <bsd.port.mk> diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 663a7f47e56b..c957e4c6dedc 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -15,12 +15,13 @@ MAINTAINER= dyfet@gnu.org USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|-release \@LT_RELEASE\@||g' + @find ${WRKSRC} -name "Makefile.in" | \ + xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g' .include <bsd.port.mk> |