Use ${PERL5} rather than hard-coded equivalent.
PR: 57823 Submitted by: Shannon -jj Behrens <jj@nttmcl.com>
This commit is contained in:
parent
16ee33bb6f
commit
f89c03e966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97252
@ -22,6 +22,6 @@ PERL_CONFIGURE= yes
|
||||
MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3
|
||||
|
||||
post-extract:
|
||||
${FIND} ${WRKDIR} -type f | ${XARGS} perl -pi -e "s:\r::g"
|
||||
${FIND} ${WRKDIR} -type f | ${XARGS} ${PERL5} -pi -e "s:\r::g"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user