pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/racoon Pass ${MAKE_ENV} when calling ${MAKE},...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09891e5b3391
branches:  trunk
changeset: 480959:09891e5b3391
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Sep 22 16:14:37 2004 +0000

description:
Pass ${MAKE_ENV} when calling ${MAKE}, so that rules in /etc/mk.conf
(and possibly elsewhere) behave as expected.  Without this, the build
framework thinks you are not building a package, but base.

diffstat:

 security/racoon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 54c6fbebb874 -r 09891e5b3391 security/racoon/Makefile
--- a/security/racoon/Makefile  Wed Sep 22 16:10:54 2004 +0000
+++ b/security/racoon/Makefile  Wed Sep 22 16:14:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/06/17 03:36:18 itojun Exp $
+# $NetBSD: Makefile,v 1.69 2004/09/22 16:14:37 kim Exp $
 #
 
 DISTNAME=      racoon-20040617a
@@ -45,7 +45,7 @@
 .endif
 
 pre-configure:
-       (cd ${WRKSRC}/../libipsec; ${MAKE})
+       (cd ${WRKSRC}/../libipsec; ${MAKE} ${MAKE_ENV})
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/racoon



Home | Main Index | Thread Index | Old Index