diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-15 20:21:30 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-05-15 20:21:30 +0000 |
commit | aa101333f9e3be75d9009eb25fa3d8ecb6a867bf (patch) | |
tree | 39b036cfe65d2dfd54a1729407564e2b456eebaf /Mk | |
parent | 87e06911004613efe819a8e65f746cf691b88cd3 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.apache.mk | 14 |
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 |