summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
commite99ceadaf6c77b80c19e16d91306e944305b1c88 (patch)
treee8a8f4dac51e148717ae07e2de0c635ec5d58833 /editors/mule
parentUpdate to 1.0.47. (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index ab77d663ecd0..37acb4dea0fe 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -141,7 +141,7 @@ post-patch:
.endif
pre-build:
- find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
+ ${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
${RM} -f ${WRKSRC}/etc/DOC* ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VERSION}.*
post-build: