From bb34de42c0ccac8e962cab97e064965d23f081de Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 13:30:42 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- math/gnuplot+/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/gnuplot+') diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index 9215858fdbee..92afb869a2a9 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -62,7 +62,7 @@ post-patch: cd ${WRKSRC}; ${TOUCH} configure pre-build: - find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; + ${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; post-build: cd ${WRKSRC}/docs; ${GMAKE} info -- cgit v1.3