summaryrefslogtreecommitdiff
path: root/japanese/today
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /japanese/today
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'japanese/today')
-rw-r--r--japanese/today/Makefile3
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>