From 98d7950e05980253d33259a6aafcd5e3b6547fdb Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- editors/mule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mule') 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: -- cgit