mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
PERL -> REINPLACE, Add USE_PERL5=yes too
Noticed on: bento
This commit is contained in:
parent
558f2d386c
commit
31bf3a3eff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69422
@ -15,6 +15,8 @@ EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= dannyman@toldme.com
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5= yes
|
||||
NO_WRKSUBDIR= true
|
||||
NO_BUILD= true
|
||||
|
||||
@ -23,7 +25,7 @@ do-extract:
|
||||
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
||||
|
||||
do-patch:
|
||||
@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser
|
||||
@${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${PREFIX}/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user