mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
s/PERL/REINPLACE/
Pointed out by: Ulrich Spoerlein <q@uni.de>
This commit is contained in:
parent
94fc89fbfb
commit
b26142c861
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73629
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user