summaryrefslogtreecommitdiff
path: root/x11-wm/qlwm/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 11:50:40 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 11:50:40 +0000
commitb5c7760f0d920526e1294c638453a20f3c07ec03 (patch)
treed325ae6836ad3c16ca078cfce945c64fabd190c3 /x11-wm/qlwm/Makefile
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 '')
-rw-r--r--x11-wm/qlwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/qlwm/Makefile b/x11-wm/qlwm/Makefile
index 35e6c2201007..0ae10802b24f 100644
--- a/x11-wm/qlwm/Makefile
+++ b/x11-wm/qlwm/Makefile
@@ -35,7 +35,7 @@ BROKEN= "Fails to link"
.endif
post-patch:
- find ${WRKSRC} -name "Makefile" | xargs ${REINPLACE_CMD} \
+ ${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} \
's|/usr/local/qlwm|${PREFIX}/${LIBDIR}|g ; \
s|^CXX|#CXX|g ; \
s|^INCPATH|#INCPATH|g ; \