From 6097f03e914afc72ab11bca0cf311ad5f1fd15e3 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 4 Nov 2002 02:35:01 +0000 Subject: PERL -> REINPLACE Noticed on: bento --- audio/holyshout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/holyshout/Makefile') diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index bffcb72fbae0..83660bff7c39 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -13,9 +13,10 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ MAINTAINER= hollywar@mail.holywar.net USE_GMAKE= yes +USE_REINPLACE= yes post-patch: - (find ${WRKSRC} -name Makefile | xargs ${PERL} -pi -e \ + (find ${WRKSRC} -name Makefile | xargs ${REINPLACE_CMD} -e \ "s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g") .include -- cgit v1.2.3