diff options
Diffstat (limited to 'devel/hs-crypto')
-rw-r--r-- | devel/hs-crypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/hs-crypto/Makefile b/devel/hs-crypto/Makefile index 69aec390af17..b5584d1eed80 100644 --- a/devel/hs-crypto/Makefile +++ b/devel/hs-crypto/Makefile @@ -28,8 +28,10 @@ USE_GMAKE= yes ALL_TARGET= # empty post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/Makefile ${WRKSRC}/package.conf + @${REINPLACE_CMD} -e 's|PKCS#5|PKCS 5|' \ + ${WRKSRC}/Codec/Encryption/Padding.hs do-configure: @(cd ${WRKSRC} && ${GMAKE} depend) |