summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorkim <kim>2004-09-22 16:14:37 +0000
committerkim <kim>2004-09-22 16:14:37 +0000
commitec019062edeec2b0025776695d53108aeadf8817 (patch)
tree9bdf46088547952ce6819199b5ce66bb4b930be7 /security
parentbc7aab257145761fda80614f73ad89f95d4ac643 (diff)
downloadpkgsrc-ec019062edeec2b0025776695d53108aeadf8817.tar.gz
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 (limited to 'security')
-rw-r--r--security/racoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 13ddd5bdea6..8afb5073e98 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -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 @@ CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20040617a
.endif
pre-configure:
- (cd ${WRKSRC}/../libipsec; ${MAKE})
+ (cd ${WRKSRC}/../libipsec; ${MAKE} ${MAKE_ENV})
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/racoon