From 0a792d129c721bbf05ec4507020041dae7ccb939 Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 13:30:42 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- math/djbfft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/djbfft') diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 5d133a101f4b..558e70faf565 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -19,7 +19,7 @@ ALL_TARGET= INSTALL_TARGET=setup check post-patch: - @find ${WRKSRC} -type f -exec \ + @${FIND} ${WRKSRC} -type f -exec \ ${PERL} -pi -e 's!(djbfft.a)!lib\1!' {} \; @${PERL} -pi -e 's|("include)|\1/${PORTNAME}|' ${WRKSRC}/hier.c -- cgit