summaryrefslogtreecommitdiff
path: root/sysutils/whowatch/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:54:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 12:54:57 +0000
commitf725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch)
tree61e738084a4bfbaac41e371a863552bfb8c6ed2a /sysutils/whowatch/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.
Notes
Notes: svn path=/head/; revision=93885
Diffstat (limited to '')
-rw-r--r--sysutils/whowatch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 7d45bf45eee8..bfdfefadc8dc 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -21,8 +21,8 @@ USE_REINPLACE= yes
.if ${OSVERSION} >= 500014
pre-patch:
- @find ${WRKSRC} -name 'proc????.c' | xargs ${REINPLACE_CMD} -E -e \
- 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//'
+ @${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \
+ -e 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//'
.endif
GNU_CONFIGURE= yes