diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-05-16 04:21:30 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-05-16 04:21:30 +0800 |
commit | 6ff78bccaf22621ecf220105a77b02bb16fd7af9 (patch) | |
tree | b2517d040fe6234e0a5e02e2beea3980582d0877 /Mk/bsd.apache.mk | |
parent | 5d66bb91b7cb56624e611f449ff8c3f118c63a1a (diff) | |
download | freebsd-ports-gnome-6ff78bccaf22621ecf220105a77b02bb16fd7af9.tar.gz freebsd-ports-gnome-6ff78bccaf22621ecf220105a77b02bb16fd7af9.tar.zst freebsd-ports-gnome-6ff78bccaf22621ecf220105a77b02bb16fd7af9.zip |
- document parameter APACHE_PORT
PR: ports/153565
Submitted by: dougb
Diffstat (limited to 'Mk/bsd.apache.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 |