summaryrefslogtreecommitdiffstats
path: root/devel/tkref
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-15 20:37:04 +0000
committermarcus <marcus@FreeBSD.org>2003-11-15 20:37:04 +0000
commit71ad4933995cc892d62e378ee5be6ac15c6e62ef (patch)
tree610711606eefa728d01e4e333cc0119ea924f1f6 /devel/tkref
parent8918e3de46086cf18a356130171394cc05affdc3 (diff)
downloadFreeBSD-ports-71ad4933995cc892d62e378ee5be6ac15c6e62ef.zip
FreeBSD-ports-71ad4933995cc892d62e378ee5be6ac15c6e62ef.tar.gz
unPERLify, and use ${FIND} and ${XARGS} where appropriate.
PR: 48253 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'devel/tkref')
-rw-r--r--devel/tkref/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tkref/Makefile b/devel/tkref/Makefile
index 8fbb10a..ea6249e 100644
--- a/devel/tkref/Makefile
+++ b/devel/tkref/Makefile
@@ -19,8 +19,10 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= yes
+USE_REINPLACE= yes
+
do-patch:
- perl -pi -e "s|/usr/local/bin/wish4.1|${PREFIX}/bin/wish8.2|;" \
+ ${REINPLACE_CMD} -e "s|/usr/local/bin/wish4.1|${LOCALBASE}/bin/wish8.2|;" \
${WRKDIR}/TkRef
do-install:
OpenPOWER on IntegriCloud