aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-crypto
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-08-02 05:59:04 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-08-02 05:59:04 +0000
commitbf03db9a56c97d5a3b7ce8c424893aaa24a93597 (patch)
tree4b2c82af1fd15e044aae6c4833f26a4b1356689b /devel/hs-crypto
parenta7781c7d2a942ba92794eb4db90b18d372deb848 (diff)
downloadports-bf03db9a56c97d5a3b7ce8c424893aaa24a93597.tar.gz
ports-bf03db9a56c97d5a3b7ce8c424893aaa24a93597.zip
Notes
Diffstat (limited to 'devel/hs-crypto')
-rw-r--r--devel/hs-crypto/Makefile4
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)