diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-22 15:48:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-22 15:48:39 +0800 |
commit | 30859c6207045e8cb6c6855fce94795cbe8afc0b (patch) | |
tree | 053d3de6b48b8b161bcfc06e8960af67d6546f70 /www/Makefile | |
parent | 5bf7d5276e212168d8b9f52fb920f9e7891f3371 (diff) | |
download | freebsd-ports-gnome-30859c6207045e8cb6c6855fce94795cbe8afc0b.tar.gz freebsd-ports-gnome-30859c6207045e8cb6c6855fce94795cbe8afc0b.tar.zst freebsd-ports-gnome-30859c6207045e8cb6c6855fce94795cbe8afc0b.zip |
mod_line_edit is a general-purpose filter for text documents. It
operates as a simple on-the-fly line editor, applying
search-and-replace rules defined in a configuration or .htaccess
file.
WWW: http://apache.webthing.com/mod_line_edit/
PR: ports/108053
Submitted by: Dominic Marks <dom at goodforbusiness.co.uk>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b66ec7500e56..da2649b32665 100644 --- a/www/Makefile +++ b/www/Makefile @@ -339,6 +339,7 @@ SUBDIR += mod_layout2 SUBDIR += mod_limitipconn SUBDIR += mod_limitipconn2 + SUBDIR += mod_line_edit SUBDIR += mod_log_config-st SUBDIR += mod_log_data SUBDIR += mod_log_mysql |