summaryrefslogtreecommitdiff
path: root/korean/han
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
commit558f2d386cc2fb507128c69e3123825cc9319f70 (patch)
treea4bf1558c72e69722c0115ae135fe79117b35041 /korean/han
parentPort needs Perl to build. (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69421
Diffstat (limited to 'korean/han')
-rw-r--r--korean/han/Makefile3
1 files changed, 2 insertions, 1 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: