Fix typo.

This commit is contained in:
Ade Lovett 2002-02-14 02:57:47 +00:00
parent 4427398e02
commit 118d700616
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54684

View file

@ -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>