diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 10:18:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 10:18:21 +0800 |
commit | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch) | |
tree | f0efb79e0c88be76c10e56726918e912cd25d55e /audio/ccaudio | |
parent | f05d483448ee76fcaf403ea38e32d322986c8073 (diff) | |
download | freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.zst freebsd-ports-gnome-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'audio/ccaudio')
-rw-r--r-- | audio/ccaudio/Makefile | 5 |
1 files changed, 3 insertions, 2 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> |