From 517b1b900124a54c1a0a6396742273954ca268c3 Mon Sep 17 00:00:00 2001 From: obraun Date: Sat, 2 Aug 2003 05:59:04 +0000 Subject: Fix build with hs-haddock 0.5. Pointed out by: bento, kris --- devel/hs-crypto/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/hs-crypto') 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) -- cgit tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Update to 1.26.adamw2016-10-10