PERL -> REINPLACE_CMD
PR: ports/40532 Submitted by: maintainer
This commit is contained in:
parent
8a11a6352b
commit
fb81ec429a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62942
@ -17,8 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,8 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user