diff options
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile index 875c461b497e..56ec0674f29b 100644 --- a/security/p5-Crypt-RC6/Makefile +++ b/security/p5-Crypt-RC6/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the RC6 encryption algorithm -USES= perl5 +USES= perl5 dos2unix USE_PERL5= configure -do-patch: - ${REINPLACE_CMD} -e 's/
//' ${WRKSRC}/RC6.pm - .include <bsd.port.mk> |