aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Radius
diff options
context:
space:
mode:
authorKelly Yancey <kbyanc@FreeBSD.org>2004-01-03 21:30:19 +0000
committerKelly Yancey <kbyanc@FreeBSD.org>2004-01-03 21:30:19 +0000
commitf89c03e9662f43b2e2139e05fe658486f2ccbff1 (patch)
tree66f39f1feb81b063340128b4e8054a069dbe24aa /net/p5-Net-Radius
parent16ee33bb6f195696e0c9d896674383f91dc74f73 (diff)
downloadports-f89c03e9662f43b2e2139e05fe658486f2ccbff1.tar.gz
ports-f89c03e9662f43b2e2139e05fe658486f2ccbff1.zip
Use ${PERL5} rather than hard-coded equivalent.
PR: 57823 Submitted by: Shannon -jj Behrens <jj@nttmcl.com>
Notes
Notes: svn path=/head/; revision=97252
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r--net/p5-Net-Radius/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile
index 731c243e52d5..93f857a2436f 100644
--- a/net/p5-Net-Radius/Makefile
+++ b/net/p5-Net-Radius/Makefile
@@ -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>