diff options
Diffstat (limited to 'korean/hpscat')
-rw-r--r-- | korean/hpscat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/korean/hpscat/Makefile b/korean/hpscat/Makefile index 571a6bfa9e3c..7e0d438ed628 100644 --- a/korean/hpscat/Makefile +++ b/korean/hpscat/Makefile @@ -20,8 +20,10 @@ MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= hcode:${PORTSDIR}/korean/hcode +USE_REINPLACE= yes + pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/hpscat.h pre-configure: |