summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commita6429924fc57a145369eb5b2d3d0f45c65656b19 (patch)
treea7703a1b06cbba057e160e6f7af6e66d74cfc940 /audio
parentPERL -> REINPLACE, Add USE_PERL5=yes too (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69423
Diffstat (limited to 'audio')
-rw-r--r--audio/ccaudio/Makefile5
-rw-r--r--audio/ccaudio2/Makefile5
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>