diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-27 20:38:37 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-27 20:38:37 +0000 |
commit | 1bf03c0c636a116418cb325bc0f05b2c2cd5583d (patch) | |
tree | cb3764e8de9eda609bbaf92ef1d33d0e6e743a50 /www/apache21 | |
parent | a30a66564a7319cb25fa2bb7a52fd32537b9433b (diff) | |
download | ports-1bf03c0c636a116418cb325bc0f05b2c2cd5583d.tar.gz ports-1bf03c0c636a116418cb325bc0f05b2c2cd5583d.zip |
- Add a note about the dangerousness of quotes in make.conf
Notes
Notes:
svn path=/head/; revision=125283
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile.doc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache21/Makefile.doc b/www/apache21/Makefile.doc index ae8e57b04298..43432aff08b6 100644 --- a/www/apache21/Makefile.doc +++ b/www/apache21/Makefile.doc @@ -5,7 +5,7 @@ # - make options output # - apache2 man/docs routines # -# $FreeBSD: /tmp/pcvs/ports/www/apache21/Attic/Makefile.doc,v 1.2 2004-12-13 18:48:02 clement Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/apache21/Attic/Makefile.doc,v 1.3 2004-12-27 20:38:37 clement Exp $ # ## Available knobs: @@ -87,6 +87,8 @@ ## WITH_CUSTOM_AUTH="auth auth_dbm" ## make WITHOUT_MODULES="access speling status" WITH_PROXY_MODULES=yes ## make WITH_MODULES="include rewrite auth" +## Note: If you define your custom options in /etc/make.conf, don't forget +## to do not use quotes. ## DOCSDIR= ${PREFIX}/share/doc/apache21 |