diff options
author | obache <obache> | 2014-02-01 13:08:57 +0000 |
---|---|---|
committer | obache <obache> | 2014-02-01 13:08:57 +0000 |
commit | 52e2a6f4b5a48bc44b3b1ed0b7bb26c0575d03a1 (patch) | |
tree | c74df382da0712dd8bfc93767613fb30b9496a69 /lang | |
parent | 71c18ba769317797bceb19c281e3b183da55299b (diff) | |
download | pkgsrc-52e2a6f4b5a48bc44b3b1ed0b7bb26c0575d03a1.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')
-rw-r--r-- | lang/ghc7/Makefile | 6 |
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 |