summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch)
treee28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /japanese
parentStep two in making print/acroread and print/acroread4 working again (diff)
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build. Noticed on bento and others (full mailbox :-)
Notes
Notes: svn path=/head/; revision=69475
Diffstat (limited to 'japanese')
-rw-r--r--japanese/esecanna-module-vje30/Makefile1
-rw-r--r--japanese/xjman/Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile
index cd2cf9cf8132..249cf3b4787f 100644
--- a/japanese/esecanna-module-vje30/Makefile
+++ b/japanese/esecanna-module-vje30/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
+USE_PERL5= yes
USE_REINPLACE= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index 4d873a5eaa4b..c355ab93f7f7 100644
--- a/japanese/xjman/Makefile
+++ b/japanese/xjman/Makefile
@@ -17,6 +17,7 @@ MAINTAINER?= sada@FreeBSD.org
RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
+USE_REINPLACE= yes
NO_MTREE= yes
PLIST= ${WRKDIR}/PLIST
USE_BZIP2= yes
@@ -32,7 +33,7 @@ post-extract:
.for sec in ${MANSECS}
(cd ${WRKSRC}/man${sec}; \
for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \
- ${PERL} -pi -e 's/^(\.so .*)x$$/$$1/' *.${sec})
+ ${REINPLACE_CMD} -e 's/^(\.so .*)x$$/$$1/' *.${sec})
.endfor
post-build: