diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 13:30:42 +0000 |
commit | bb34de42c0ccac8e962cab97e064965d23f081de (patch) | |
tree | dd40b82023ab94a6839b4f4d440c3cd5cab978ee /net/p5-Net-Radius | |
parent | 533c87fa4d98c0e6100d18f59559906241ed4230 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r-- | net/p5-Net-Radius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index 65d4405c655d..731c243e52d5 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} perl -pi -e "s:\r::g" .include <bsd.port.mk> |