mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- fix custom apache_flags
PR: 121479 Submitted by: Laurent Frigault
This commit is contained in:
parent
b7c9d5848c
commit
63c4d868b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212947
@ -14,7 +14,7 @@
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
apache_enable="${apache_enable-NO}"
|
||||
apache_flags="-DSSL"
|
||||
apache_flags=${apache_flags-"-DSSL"}
|
||||
apache_pidfile="/var/run/httpd.pid"
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
Loading…
Reference in New Issue
Block a user