mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
529 B
Text
8 lines
529 B
Text
Apache::Config::Preproc reads and parses Apache server configuration file,
|
|
expanding the syntactic constructs selected by the -expand option. In the
|
|
simplest case, the argument to that option is a reference to the list of
|
|
names. Each name in the list identifies a module responsible for processing
|
|
specific Apache configuration keywords. For convenience, most modules are
|
|
named after the keyword they process, so that, e.g. include is responsible
|
|
for inclusion of the files listed with Include and IncludeOptional
|
|
statements.
|