From 011f3a2a13f514a55dae8ea737db2d626983191d Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 4 Nov 2002 03:05:48 +0000 Subject: PERL -> REINPLACE and russian/mod_ssl has USE_PERL5=yes Notices on: bento --- japanese/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese') diff --git a/japanese/man/Makefile b/japanese/man/Makefile index 03284904f194..d964ff29f529 100644 --- a/japanese/man/Makefile +++ b/japanese/man/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \ jless:${PORTSDIR}/japanese/less MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}" +USE_REINPLACE= yes MANLANG= "" ja MAN1= jman.1 jmanpath.1 japropos.1 \ @@ -36,7 +37,7 @@ post-patch: makewhatis/jmakewhatis.local.man.eng \ makewhatis/makewhatis.local.sh \ man/locale.c manpath/manpath.config - ${PERL} -pi -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${file} + ${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${file} .endfor pre-install: -- cgit