From c33668d72038d1a0b0b2051832840198f0e1039e Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 15 Aug 2002 11:45:06 +0000 Subject: Fix expression for REINPLACE_CMD to work with sed. PR: 41679 Submitted by: Kimura Fuyuki This uses a slightly different fix. --- security/p5-Crypt-PasswdMD5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index bc26adb3399b..ec47828a5700 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -21,6 +21,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::PasswdMD5.3 pre-patch: - @${REINPLACE_CMD} -e 's|\r||g' ${WRKSRC}/PasswdMD5.pm + @${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm .include -- cgit v1.2.3