From 118d70061658688cbd5ee3b1ff42c9418e592815 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 14 Feb 2002 02:57:47 +0000 Subject: Fix typo. --- textproc/libxml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/libxml') diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 3b3f4f7d7dc9..3ae827ad1226 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes pre-patch: - @find {WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e \ 's|malloc\.h|stdlib.h|g' .include -- cgit v1.2.3