pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc7 first command in do-configure is same as def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1e29e5db3ef
branches:  trunk
changeset: 629965:a1e29e5db3ef
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Feb 01 13:08:57 2014 +0000

description:
first command in do-configure is same as default one, so removed it
and let rest parts to be post-configure.

diffstat:

 lang/ghc7/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 14fe50f03104 -r a1e29e5db3ef lang/ghc7/Makefile
--- a/lang/ghc7/Makefile        Sat Feb 01 13:06:19 2014 +0000
+++ b/lang/ghc7/Makefile        Sat Feb 01 13:08:57 2014 +0000
@@ -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 @@
 
 # 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
 



Home | Main Index | Thread Index | Old Index