diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-15 20:37:04 +0000 |
commit | 71ad4933995cc892d62e378ee5be6ac15c6e62ef (patch) | |
tree | 610711606eefa728d01e4e333cc0119ea924f1f6 /devel/tkref | |
parent | 8918e3de46086cf18a356130171394cc05affdc3 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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: |