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 /japanese/today/Makefile | |
parent | - reorder patches (diff) |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Diffstat (limited to 'japanese/today/Makefile')
-rw-r--r-- | japanese/today/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile index bfad24f88275..9009763c76b6 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -23,6 +23,7 @@ EXTRACT_BEFORE_ARGS= xfqw=${WRKDIR} EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= yes +USE_REINPLACE= yes post-extract: @${ECHO_MSG} "===> Extracting tbl file for ${DISTNAME}" @@ -43,6 +44,6 @@ pre-patch: @(${CP} ${FILESDIR}/Makefile ${WRKSRC}) post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.cnf + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.cnf .include <bsd.port.mk> |