aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-PasswdMD5
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-08-15 19:45:06 +0800
committernaddy <naddy@FreeBSD.org>2002-08-15 19:45:06 +0800
commit47a4e81124bcfa459a779f8c50be04c11ed0dbc4 (patch)
tree542b332ce49b872874025f727cfe63998bb9df3e /security/p5-Crypt-PasswdMD5
parentb285c1304c4da67774cadc1dba80c7fa4d7539c6 (diff)
downloadfreebsd-ports-gnome-47a4e81124bcfa459a779f8c50be04c11ed0dbc4.tar.gz
freebsd-ports-gnome-47a4e81124bcfa459a779f8c50be04c11ed0dbc4.tar.zst
freebsd-ports-gnome-47a4e81124bcfa459a779f8c50be04c11ed0dbc4.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.
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>