diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
commit | 558f2d386cc2fb507128c69e3123825cc9319f70 (patch) | |
tree | a4bf1558c72e69722c0115ae135fe79117b35041 /korean | |
parent | 11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff) | |
download | ports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/han/Makefile | 3 | ||||
-rw-r--r-- | korean/hpscat/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/korean/han/Makefile b/korean/han/Makefile index 51d16362117d..3f5ceb53aec1 100644 --- a/korean/han/Makefile +++ b/korean/han/Makefile @@ -15,9 +15,10 @@ MAINTAINER= cjh@FreeBSD.org ONLY_FOR_ARCHS= i386 USE_GMAKE= YES +USE_REINPLACE= yes pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/src/vt.c ${WRKSRC}/lib/mem.c post-configure: 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: |