diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 22:57:37 +0000 |
commit | 5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch) | |
tree | e28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /japanese/xjman | |
parent | 69153696b9e73f3a328c9e20da06591b85766611 (diff) | |
download | ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.tar.gz ports-5019ffc91bcd2ad26cf4702f15841eafc984d4b0.zip |
Notes
Diffstat (limited to 'japanese/xjman')
-rw-r--r-- | japanese/xjman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |