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 --- korean/engdic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'korean') diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index 8bc1f9e4cfef..2081001089e8 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \ MAINTAINER= hollywar@mail.holywar.net ALL_TARGET= clean all +USE_REINPLACE= yes post-patch: @for f in ${WRKSRC}/Makefile ${WRKSRC}/engdic.h; do \ - ${PERL} -pi -e 's,/usr/local,${PREFIX},g' $$f; \ + ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' $$f; \ done .include -- cgit