summaryrefslogtreecommitdiff
path: root/lang/ghc7
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-01 13:08:57 +0000
committerobache <obache@pkgsrc.org>2014-02-01 13:08:57 +0000
commit7766c9dcaa80bf01ff791e1288a29cb5d9dff882 (patch)
treec74df382da0712dd8bfc93767613fb30b9496a69 /lang/ghc7
parente21782dc6b1299716d264eb88874263fa374aeb7 (diff)
downloadpkgsrc-7766c9dcaa80bf01ff791e1288a29cb5d9dff882.tar.gz
first command in do-configure is same as default one, so removed it
and let rest parts to be post-configure.
Diffstat (limited to 'lang/ghc7')
-rw-r--r--lang/ghc7/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile
index 3e5d84841c1..969f39e754f 100644
--- a/lang/ghc7/Makefile
+++ b/lang/ghc7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/02/01 13:06:19 obache Exp $
+# $NetBSD: Makefile,v 1.8 2014/02/01 13:08:57 obache Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -97,10 +97,8 @@ SITES.${i}?= ${MASTER_SITE_LOCAL}
# Our pre-configure phase installs a bindist of bootstrapping compiler
# directly into TOOLS_DIR so that ./configure can find it.
-do-configure:
- ${RUN} cd ${WRKSRC:Q} && \
- ${SETENV} ${CONFIGURE_ENV} ${SH} ./configure ${CONFIGURE_ARGS}
+post-configure:
# Here we generate mk/build.mk dynamically.
${RUN} ${RM} -f ${WRKSRC:Q}/mk/build.mk