diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-04 17:39:14 +0000 |
commit | 292f0fcf80ea0a91647e7ef74687789f435e9adf (patch) | |
tree | d2e54363c7c176f673ad8b41bc4ae498dcafb2bf /net/p5-Net-Radius | |
parent | e485b8ea42fd9547eb74ba3886182b16a3506c73 (diff) | |
download | ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.tar.gz ports-292f0fcf80ea0a91647e7ef74687789f435e9adf.zip |
Notes
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r-- | net/p5-Net-Radius/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile index d4f842323758..86a72746931b 100644 --- a/net/p5-Net-Radius/Makefile +++ b/net/p5-Net-Radius/Makefile @@ -23,12 +23,6 @@ post-extract: .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ - ${WRKSRC}/Radius/Dictionary.pm -.endif - .if ${PERL_LEVEL} < 500800 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 BUILD_DEPENDS= ${RUN_DEPENDS} |