diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-02-14 02:57:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-02-14 02:57:47 +0000 |
commit | 118d70061658688cbd5ee3b1ff42c9418e592815 (patch) | |
tree | e3b9d87909f6250619eb12549ae9572088ce5ade /textproc/libxml | |
parent | 4427398e02bcc09f81c2d433d904365e67c21d6e (diff) |
Notes
Diffstat (limited to 'textproc/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 2 |
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> |