summaryrefslogtreecommitdiffstats
path: root/japanese/xjman/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch)
tree664d2ba6932861fa84d22c638a1035a3fcd6a962 /japanese/xjman/Makefile
parent8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff)
downloadFreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip
FreeBSD-ports-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz
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 :-)
Diffstat (limited to 'japanese/xjman/Makefile')
-rw-r--r--japanese/xjman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile
index 4d873a5..c355ab9 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:
OpenPOWER on IntegriCloud