1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix typo in pre-everything:: target.

s/WITH_DTPROXY/WITH_TPROXY/

Noticed by:	Tristan Woerth <tristan@stinx.net>
This commit is contained in:
Clement Laforet 2004-11-22 15:43:08 +00:00
parent fbb1d939af
commit 3ca577c5ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122146
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Available options:"
@${ECHO_MSG} "WITH_PCRE: Use pcre regex engine"
@${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support"
@${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support"
@${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds,"
@${ECHO_MSG} " (default to 0, disabled)"
@${ECHO_MSG} ""

View File

@ -36,7 +36,7 @@ pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Available options:"
@${ECHO_MSG} "WITH_PCRE: Use pcre regex engine"
@${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support"
@${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support"
@${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds,"
@${ECHO_MSG} " (default to 0, disabled)"
@${ECHO_MSG} ""