From 873be20ff65ee5bf1da9e9832d88616ee0784cb5 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 27 Jun 2002 13:32:14 +0000 Subject: PERL -> REINPLACE_CMD PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun --- lang/itcl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/itcl/Makefile') diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 1c67b768a5e3..10f002a28a5b 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@freebsd.org LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 WRKSRC= ${WRKDIR}/${DISTNAME}/itcl +USE_REINPLACE= yes INSTALLS_SHLIB= yes PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh @@ -47,7 +48,7 @@ post-extract: ${RM} ${WRKSRC}/pkgIndex.tcl post-patch: - ${PERL} -pi \ + ${REINPLACE_CMD} \ -e 's,package require Itcl,load [glob \ ${WRKSRC}/${ITCL_LIB}.${SHLIB_MAJOR}*],;' \ ${WRKSRC}/tests/*.test -- cgit v1.2.3