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 | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'japanese/today')
-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> |