summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt145
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:03:59 +0000
commit985ad018658ea12b1f67b9a76f8252fac0982438 (patch)
treec6a0fe4d0e9b03f6c013428cbbeb07d9a675df60 /x11-toolkits/qt145
parentUse the FIND and XARGS macros introduced in bsd.port.mk 1.391. (diff)
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 22f6b01ec5f0..179ef49e0fdb 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"}'`