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 --- biology/povchem/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'biology') diff --git a/biology/povchem/Makefile b/biology/povchem/Makefile index 4d3d5ee9c784..ecbedd3b61d0 100644 --- a/biology/povchem/Makefile +++ b/biology/povchem/Makefile @@ -17,6 +17,7 @@ DISTFILES= povchem.c \ MAINTAINER= frankch@waru.life.nthu.edu.tw NO_WRKSUBDIR= yes +USE_REINPLACE= yes DIST_SUBDIR= povchem DEFS= -DDATADIR=\"${PREFIX}/share/povchem\" \ @@ -29,7 +30,7 @@ do-extract: .endfor post-patch: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g ; \ + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/povchem.cfg do-build: -- cgit