diff options
author | osa <osa@FreeBSD.org> | 2015-04-30 08:33:00 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-04-30 08:33:00 +0800 |
commit | 8af14cd15512d6ad9becc59f720b35c308087422 (patch) | |
tree | 3d6b45d6fe9192195f17855570cc1f2396e7636e /www | |
parent | 30c14199ec84c64efbb50b99e86437ed9a544060 (diff) | |
download | freebsd-ports-gnome-8af14cd15512d6ad9becc59f720b35c308087422.tar.gz freebsd-ports-gnome-8af14cd15512d6ad9becc59f720b35c308087422.tar.zst freebsd-ports-gnome-8af14cd15512d6ad9becc59f720b35c308087422.zip |
Remove useless code.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4329bac38cd5..854b5c2e244a 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -57,7 +57,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -143,7 +142,6 @@ STREAM_SSL_DESC= Enable stream_ssl module (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 74a0a130f594..d593333ed2f0 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -55,7 +55,6 @@ OPTIONS_DEFINE= \ THREADS \ WWW \ CACHE_PURGE \ - CTPP2 \ ECHO \ HEADERS_MORE \ HTTP_ACCEPT_LANGUAGE \ @@ -139,7 +138,6 @@ SPDY_DESC= Enable SPDY protocol support (SSL req.) THREADS_DESC= Enable threads support WWW_DESC= Enable html sample files CACHE_PURGE_DESC= 3rd party cache_purge module -CTPP2_DESC= 3rd party CT++ module ECHO_DESC= 3rd party echo module HEADERS_MORE_DESC= 3rd party headers_more module HTTP_ACCEPT_LANGUAGE_DESC= 3rd party accept_language module |