summaryrefslogtreecommitdiff
path: root/www/apache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r--www/apache/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index b869e4fb4f6..7264ce9501e 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/06/22 13:14:31 agc Exp $
+# $NetBSD: Makefile,v 1.14 1998/07/21 21:34:09 cjs Exp $
#
DISTNAME= apache_1.3.0
@@ -19,6 +19,12 @@ CONFIGURE_ARGS+=--compat --prefix=${PREFIX}/http --exec-prefix=${PREFIX} \
# Under Apache 1.3, modules can be compiled to link dynamically to the server
# using the "apxs" program. See apxs(8).
+# Create dummy files because there's no way (that I can see --cjs)
+# to make an empty directory with pkg_add.
+post-install:
+ touch ${PREFIX}/http/logs/.keep_me
+ touch ${PREFIX}/http/proxy/.keep_me
+
.include "../../mk/bsd.pkg.mk"
# Define some modules that are often replaced as shared modules that can be