summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-02-14 02:57:47 +0000
committerAde Lovett <ade@FreeBSD.org>2002-02-14 02:57:47 +0000
commit118d70061658688cbd5ee3b1ff42c9418e592815 (patch)
treee3b9d87909f6250619eb12549ae9572088ce5ade /textproc
parentBackport a fix from bonobo-activation. (diff)
Fix typo.
Notes
Notes: svn path=/head/; revision=54684
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>