diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /japanese/man | |
parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) | |
download | ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.tar.gz ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.zip |
Notes
Diffstat (limited to 'japanese/man')
-rw-r--r-- | japanese/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |