aboutsummaryrefslogtreecommitdiffstats
path: root/lang/itcl
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-06-27 21:32:14 +0800
committerperky <perky@FreeBSD.org>2002-06-27 21:32:14 +0800
commite03ed95d35f2a8022a93434d49067aefe8bc1658 (patch)
tree7053d546b50dc8c80f77d56d5fb698de14173c30 /lang/itcl
parent281286e8b38f321865bf28d5537decbcc8db77c5 (diff)
downloadfreebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.tar.gz
freebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.tar.zst
freebsd-ports-gnome-e03ed95d35f2a8022a93434d49067aefe8bc1658.zip
PERL -> REINPLACE_CMD
PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'lang/itcl')
-rw-r--r--lang/itcl/Makefile3
1 files changed, 2 insertions, 1 deletions
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