summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt145
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
committertrevor <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
commitf32647514bf03eb1a573982c5d55b2d3188a2e39 (patch)
tree5d9ea5eedb017117ade852ed1a432886fb32855e /x11-toolkits/qt145
parent21f8618fd005cff0ea36f6a0fb9016232577a822 (diff)
downloadFreeBSD-ports-f32647514bf03eb1a573982c5d55b2d3188a2e39.zip
FreeBSD-ports-f32647514bf03eb1a573982c5d55b2d3188a2e39.tar.gz
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r--x11-toolkits/qt145/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile
index 22f6b01..179ef49 100644
--- a/x11-toolkits/qt145/Makefile
+++ b/x11-toolkits/qt145/Makefile
@@ -52,7 +52,7 @@ INSTALLS_SHLIB= yes
.endif
post-patch:
- @find ${WRKSRC}/src -name \*.h ! -name y.tab.h \
+ @${FIND} ${WRKSRC}/src -name \*.h ! -name y.tab.h \
| ${SED} -e "s,${WRKSRC},..," \
| eval `${AWK} '{print "ln -sf",$$1,"${WRKSRC}/include"}'`
OpenPOWER on IntegriCloud