PERL -> REINPLACE_CMD

PR:		ports/40532
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-07-14 18:51:45 +00:00
parent 8a11a6352b
commit fb81ec429a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62942
2 changed files with 4 additions and 2 deletions

View File

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

View File

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