diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 02:18:21 +0000 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /audio/ccaudio2 | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz |
PERL -> REINPLACE
Noticed on: bento
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 663a7f4..c957e4c 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> |