diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-15 11:45:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-15 11:45:06 +0000 |
commit | c33668d72038d1a0b0b2051832840198f0e1039e (patch) | |
tree | 657a920ef8256dcb0a5490831f4e3ca60dbc4b33 /security | |
parent | 12509ae9df94750db61a980008eccb4daef27e62 (diff) | |
download | ports-c33668d72038d1a0b0b2051832840198f0e1039e.tar.gz ports-c33668d72038d1a0b0b2051832840198f0e1039e.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 2 |
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> |