From 3dfcb69b7713730d22282332e61d19042167992f Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke <marcus@FreeBSD.org>
Date: Sat, 15 Nov 2003 20:37:04 +0000
Subject: unPERLify, and use ${FIND} and ${XARGS} where appropriate.

PR:		48253
Submitted by:	Simon 'portlint' Schubert <corecode@corecode.ath.cx>
---
 devel/vtcl/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'devel/vtcl')

diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile
index 7469eaf7e020..e92a8ca7994e 100644
--- a/devel/vtcl/Makefile
+++ b/devel/vtcl/Makefile
@@ -20,8 +20,10 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS= ${PREFIX}
 NO_BUILD=	yes
 
+USE_REINPLACE=	yes
+
 pre-configure:
-	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/vtcl ${PREFIX}/bin
-- 
cgit v1.2.3