diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 22:41:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 22:41:15 +0800 |
commit | 7b1c970483bc6fbe7232b1305776324c02efca0a (patch) | |
tree | 5939aec05878ea70738a2a7021d7c91fa8b25f6c /www/Makefile | |
parent | 4acf687b0de17fedfb7fa984b2bdf306a120efd2 (diff) | |
download | freebsd-ports-graphics-7b1c970483bc6fbe7232b1305776324c02efca0a.tar.gz freebsd-ports-graphics-7b1c970483bc6fbe7232b1305776324c02efca0a.tar.zst freebsd-ports-graphics-7b1c970483bc6fbe7232b1305776324c02efca0a.zip |
add mod_sed
An apache module that embeds a copy of the sed(1) command
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 59830b80d8a..5a9f42e25cd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -151,6 +151,7 @@ SUBDIR += mod_python SUBDIR += mod_roaming SUBDIR += mod_ruby + SUBDIR += mod_sed SUBDIR += mod_sequester SUBDIR += mod_snake SUBDIR += mod_throttle |