summaryrefslogtreecommitdiffstats
path: root/audio/ccaudio2
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 02:18:21 +0000
commitae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (patch)
treef0efb79e0c88be76c10e56726918e912cd25d55e /audio/ccaudio2
parentf05d483448ee76fcaf403ea38e32d322986c8073 (diff)
downloadFreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.zip
FreeBSD-ports-ae62427d6d6725d1b89cb124a2b9df1780c3a6c0.tar.gz
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r--audio/ccaudio2/Makefile5
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>
OpenPOWER on IntegriCloud