summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2007-07-22 12:43:00 +0000
committerClement Laforet <clement@FreeBSD.org>2007-07-22 12:43:00 +0000
commita1bae9f6e39c47fd8d5d9b4532879f84905a9a48 (patch)
tree1fcaeaee2c841b146fc7bfb9c8cc459b646a90b7 /Mk
parentUpgrade devel/google-sparsehash from 0.7 to 0.8 (diff)
- Fix index build: temporary remove pre/post stuff.
Pointy Hat to: clement
Notes
Notes: svn path=/head/; revision=196057
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.apache.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index c48a33569359..edbaf9747448 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -20,7 +20,7 @@
# is defined, APACHE_PORT will be set to www/apache20
#
-.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
+#.if !defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
Apache_Pre_Include= bsd.apache.mk
@@ -353,8 +353,8 @@ AP_EXTRAS+= -L ${AP_LIB}
.endif
-.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
-.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
+#.endif #!defined(_POSTMKINCLUDED) && !defined(Apache_Pre_Include)
+#.if defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
Apache_Post_Include= bsd.apache.mk
.if defined(AP_PORT_IS_SERVER)
@@ -425,4 +425,4 @@ do-install:
.endif
.endif
.endif
-.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)
+#.endif # defined(_POSTMKINCLUDED) && !defined(Apache_Post_Include)