From fff4ff2d25a9b36d85d74de72ac4857123e5bb76 Mon Sep 17 00:00:00 2001 From: kili Date: Wed, 8 May 2013 15:31:47 +0000 Subject: [PATCH] The ghc-pwd hack is no longer needed. I'm currently testing a new ghc-bootstrap.sh version which I'll copy around if the test succeeds. --- lang/ghc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index e0894195d23..1d8a88ec8ad 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2013/05/08 13:38:09 kili Exp $ +# $OpenBSD: Makefile,v 1.93 2013/05/08 15:31:47 kili Exp $ COMMENT-main = compiler for the functional language Haskell COMMENT-doc = documentation for GHC @@ -125,7 +125,6 @@ post-patch: ${SUBST_CMD} ${WRKSRC}/docs/index.html # - Install a precompiled binary. cd ${WRKDIR}/ghc-${BIN_VER} && \ - cp -p /bin/pwd utils/ghc-pwd/dist-install/build/tmp/ghc-pwd && \ ./configure --prefix=${WRKDIR} && \ ${MAKE_PROGRAM} install rm -rf ${WRKDIR}/ghc-${BIN_VER}