summaryrefslogtreecommitdiff
path: root/Mk/bsd.apache.mk
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-05-15 20:21:30 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-05-15 20:21:30 +0000
commitaa101333f9e3be75d9009eb25fa3d8ecb6a867bf (patch)
tree39b036cfe65d2dfd54a1729407564e2b456eebaf /Mk/bsd.apache.mk
parentUpdate to 0.8.1. (diff)
- document parameter APACHE_PORT
PR: ports/153565 Submitted by: dougb
Notes
Notes: svn path=/head/; revision=274152
Diffstat (limited to 'Mk/bsd.apache.mk')
-rw-r--r--Mk/bsd.apache.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index 3772200c3d73..efff0c863328 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -10,6 +10,20 @@
# Please view me with 4 column tabs!
# =========================================================================
+# Parameter APACHE_PORT (user controlled):
+#
+# The parameter APACHE_PORT can be used in /etc/make.conf to
+# overwrite the default apache port.
+#
+# This parameter should never be used in the Makefile of a port!
+#
+# Example entry in /etc/make.conf:
+# APACHE_PORT= www/apache22
+#
+# To get a list of "possible" valid values execute the command:
+# $> egrep 'apache[12]' ports/www/Makefile | awk '{print "www/" $3}'
+#
+# =========================================================================
#
# This script will be included if one of the following parameter
# is defined in the Makefile of the port