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/ccaudio2 | |
parent | 31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (diff) | |
download | ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.tar.gz ports-a6429924fc57a145369eb5b2d3d0f45c65656b19.zip |
Notes
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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> |