aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PasswdMD5
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-08-15 11:45:06 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-08-15 11:45:06 +0000
commitc33668d72038d1a0b0b2051832840198f0e1039e (patch)
tree657a920ef8256dcb0a5490831f4e3ca60dbc4b33 /security/p5-Crypt-PasswdMD5
parent12509ae9df94750db61a980008eccb4daef27e62 (diff)
downloadports-c33668d72038d1a0b0b2051832840198f0e1039e.tar.gz
ports-c33668d72038d1a0b0b2051832840198f0e1039e.zip
Fix expression for REINPLACE_CMD to work with sed.
PR: 41679 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> This uses a slightly different fix.
Notes
Notes: svn path=/head/; revision=64536
Diffstat (limited to 'security/p5-Crypt-PasswdMD5')
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>