From 1b7bb332fa18b58d935d7c527a75470c92de2626 Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 4 Nov 2002 02:35:01 +0000 Subject: PERL -> REINPLACE Noticed on: bento --- audio/sbagen/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/sbagen') diff --git a/audio/sbagen/Makefile b/audio/sbagen/Makefile index 04d67c1..ace8ead 100644 --- a/audio/sbagen/Makefile +++ b/audio/sbagen/Makefile @@ -24,13 +24,15 @@ SHAREFILES= t-alpha t-beta t-calm t-calm2 t-delta t-focus t-focus-1 \ DOCFILES= sbagen.txt theory.txt theory2.txt +USE_REINPLACE= yes + pre-patch: - @${PERL} -pi -e 's,,,' \ + @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/sbagen.c post-patch: .for F in ${SHAREFILES} - @${PERL} -pi -e 's,/bin/bash,/bin/sh,g' ${WRKSRC}/$F + @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,g' ${WRKSRC}/$F .endfor do-build: -- cgit v1.1