pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove redundant CONFIGURE_ENV lines (they're alrea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16502854f4c4
branches:  trunk
changeset: 487140:16502854f4c4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jan 10 08:30:43 2005 +0000

description:
Remove redundant CONFIGURE_ENV lines (they're already present in the
shell environment passed in the do-configure target.

diffstat:

 mk/bsd.pkg.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 223a88c9d59b -r 16502854f4c4 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Jan 10 04:51:11 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Jan 10 08:30:43 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1552 2004/12/31 13:13:56 minskim Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1553 2005/01/10 08:30:43 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -363,8 +363,6 @@
 .  endif
 FC=             ${PKG_FC}
 F77=            ${PKG_FC}
-CONFIGURE_ENV+=        F77="${F77}"
-CONFIGURE_ENV+=        FFLAGS="${FFLAGS:M*}"
 MAKE_ENV+=     F77="${F77}"
 MAKE_ENV+=     FC="${FC}"
 .endif



Home | Main Index | Thread Index | Old Index