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/rcalc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/rcalc/Makefile') diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile index a5ccbdb17617..c2aadc5cbc66 100644 --- a/math/rcalc/Makefile +++ b/math/rcalc/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g' .include -- cgit v1.2.3