summaryrefslogtreecommitdiff
path: root/mk/apache.mk
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-12 14:07:13 +0000
committerwiz <wiz>2011-03-12 14:07:13 +0000
commit885e0fcbdbb067f22c136ee6ee58831bd4bad679 (patch)
tree6b9cc97371ecb51ea0fbb7eb17a5b94d554cdbdb /mk/apache.mk
parent3cd47f283f04d1d3dcfcc96f95b8c51733331f99 (diff)
downloadpkgsrc-885e0fcbdbb067f22c136ee6ee58831bd4bad679.tar.gz
Add MULTI variable, and add it to BUILD_DEFS, to more easily find
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r--mk/apache.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/apache.mk b/mk/apache.mk
index f815df51f7e..0d7972f5e98 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.25 2007/12/17 22:09:58 tron Exp $
+# $NetBSD: apache.mk,v 1.26 2011/03/12 14:07:13 wiz Exp $
#
# This file is meant to be included by packages that require an apache
# web server.
@@ -135,4 +135,8 @@ APACHE_PKG_PREFIX= ${_APACHE_PKG_PREFIX.${PKG_APACHE}}
. include "../../devel/apr-util/buildlink3.mk"
.endif
+#
+# Variable assignment for multi-apache packages
+MULTI+= PKG_APACHE=${PKG_APACHE}
+
.endif # APACHE_MK