From a16fe059ccb3baaab319c6b834cf0aeb2351718b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 15 Nov 2003 01:50:20 +0000 Subject: UnPERLify. PR: ports/48247 Submitted by: Simon Schubert Approved by: adamw (mentor) --- deskutils/zorro/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'deskutils') diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index b06b0b156a5f..1fe3c8c89b7b 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -20,9 +20,10 @@ COMMENT= A simple to-do list manager LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/zorro + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/zorro do-install: ${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro -- cgit v1.2.3