Replace "PKCS#5" with "PKCS\#5" instead of "PKCS 5".

This commit is contained in:
Oliver Braun 2003-08-04 09:48:38 +00:00
parent dd21295c7f
commit 5862bd01d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86266

View File

@ -30,7 +30,7 @@ ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
${WRKSRC}/Makefile ${WRKSRC}/package.conf
@${REINPLACE_CMD} -e 's|PKCS#5|PKCS 5|' \
@${REINPLACE_CMD} -e 's|PKCS#5|PKCS\\#5|' \
${WRKSRC}/Codec/Encryption/Padding.hs
do-configure: