diff options
Diffstat (limited to 'devel/hs-crypto')
-rw-r--r-- | devel/hs-crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index b5584d1eed8..65712ce0699 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -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: |