diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
commit | 31e736c00404a9a4083bb7b2da33f970bfd05548 (patch) | |
tree | 0a02623cebf1922f197b4ac093828a6794b4670e /korean | |
parent | 5914dd37c79a5ce711d244765e87a84e7c4b889f (diff) | |
download | freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.gz freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.zst freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.zip |
PERL -> REINPLACE
Noticed on: bento
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: |