s/PERL/REINPLACE/

Pointed out by:	Ulrich Spoerlein <q@uni.de>
This commit is contained in:
Oliver Braun 2003-01-20 08:20:34 +00:00
parent 94fc89fbfb
commit b26142c861
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73629

View File

@ -22,6 +22,7 @@ RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.endif
USE_GMAKE= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/FranTk1.1/src
.if defined(WITH_HUGS)
@ -62,7 +63,7 @@ pre-fetch:
@${ECHO} ""
post-patch:
${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/frantk.conf
@${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/frantk.conf
post-install:
.if !defined(NOPORTDOCS)