1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

USE_REINPLACE instead of perl.

This commit is contained in:
Akinori MUSHA 2002-11-04 20:41:48 +00:00
parent af12eebb37
commit 00fd5f48dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69464

View File

@ -17,6 +17,7 @@ MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
USE_REINPLACE= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
# VJE-Delta 3.0 is installed under /usr/local fixedly
@ -25,10 +26,10 @@ CONFIGURE_ARGS= --with-vjecfgfile="/usr/local/etc/vje30/vje.cfg"
DIST_SUBDIR= esecanna
post-patch:
@cd ${WRKSRC} && perl -i -pe " \
${REINPLACE_CMD} -e " \
s,!!PREFIX!!,${PREFIX},g; \
" \
README.jp
${WRKSRC}/README.jp
post-install:
.if !defined(NOPORTDOCS)