diff options
author | obraun <obraun@FreeBSD.org> | 2003-08-02 13:59:04 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-08-02 13:59:04 +0800 |
commit | 517b1b900124a54c1a0a6396742273954ca268c3 (patch) | |
tree | 7728529daf7846e9d76b984b16feab6904aad9cb | |
parent | 7bb4bd25c5f4504b98ee46989c75ec9e2ed3072c (diff) | |
download | freebsd-ports-gnome-517b1b900124a54c1a0a6396742273954ca268c3.tar.gz freebsd-ports-gnome-517b1b900124a54c1a0a6396742273954ca268c3.tar.zst freebsd-ports-gnome-517b1b900124a54c1a0a6396742273954ca268c3.zip |
Fix build with hs-haddock 0.5.
Pointed out by: bento, kris
-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) |