Fix typo.
This commit is contained in:
parent
4427398e02
commit
118d700616
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54684
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue