From 99ccbb6b71b7698a171b47b4acb288b8115e0a5b Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- russian/apache13-modssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'russian') diff --git a/russian/apache13-modssl/Makefile b/russian/apache13-modssl/Makefile index 03571bde881e..5280678ecae2 100644 --- a/russian/apache13-modssl/Makefile +++ b/russian/apache13-modssl/Makefile @@ -217,7 +217,7 @@ pre-patch: post-patch: @cd ${WRKSRC} \ - && find . -type f -name "*.orig" -print | xargs ${RM} -f + && ${FIND} . -type f -name "*.orig" -print | ${XARGS} ${RM} -f post-build: @cd ${WRKSRC} \ -- cgit