diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /chinese/hc | |
parent | - reorder patches (diff) |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes:
svn path=/head/; revision=69436
Diffstat (limited to 'chinese/hc')
-rw-r--r-- | chinese/hc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile index 7e737ac6b68f..dc210192f17a 100644 --- a/chinese/hc/Makefile +++ b/chinese/hc/Makefile @@ -16,13 +16,14 @@ DISTFILES= hc-30.tar.gz hc-supp.tab MAINTAINER= obrien@FreeBSD.org +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/hc3 EXTRACT_ONLY= hc-30.tar.gz ALL_TARGET= hc b2g g2b MAN1= hc.1 pre-patch: - @${PERL} -pi -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c do-install: @${MKDIR} ${PREFIX}/share/chinese |