UnPERLify.
PR: ports/48247 Submitted by: Simon Schubert <corecode@corecode.ath.cx> Approved by: adamw (mentor)
This commit is contained in:
parent
326fa63724
commit
a16fe059cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93985
1 changed files with 2 additions and 1 deletions
|
@ -20,9 +20,10 @@ COMMENT= A simple to-do list manager
|
|||
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/zorro
|
||||
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/zorro
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
|
||||
|
|
Loading…
Reference in a new issue