1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Fix incorrect message about WITHOUT_IPV6.

Reported by:	many
This commit is contained in:
Jun Kuriyama 2004-04-05 02:43:47 +00:00
parent aae10343bf
commit 9af00286b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106166
3 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ pre-everything::
@${ECHO_MSG} " the necessary information is not available."
@${ECHO_MSG} "WITHOUT_PERL=yes Install the perl modules along with the rest"
@${ECHO_MSG} " of the net-snmp toolkit."
@${ECHO_MSG} "WITHOUT_IPV6=yes Generate IPv6 ready version."
@${ECHO_MSG} "WITHOUT_IPV6=yes Disable IPv6."
@${ECHO_MSG}
@${ECHO_MSG} "DEFAULT_SNMP_VERSION=\"3\" Default version of SNMP to use."
@${ECHO_MSG} "NET_SNMP_SYS_CONTACT=\"${NET_SNMP_SYS_CONTACT}\""

View File

@ -188,7 +188,7 @@ pre-everything::
@${ECHO_MSG} " the necessary information is not available."
@${ECHO_MSG} "WITHOUT_PERL=yes Install the perl modules along with the rest"
@${ECHO_MSG} " of the net-snmp toolkit."
@${ECHO_MSG} "WITHOUT_IPV6=yes Generate IPv6 ready version."
@${ECHO_MSG} "WITHOUT_IPV6=yes Disable IPv6."
@${ECHO_MSG}
@${ECHO_MSG} "DEFAULT_SNMP_VERSION=\"3\" Default version of SNMP to use."
@${ECHO_MSG} "NET_SNMP_SYS_CONTACT=\"${NET_SNMP_SYS_CONTACT}\""

View File

@ -188,7 +188,7 @@ pre-everything::
@${ECHO_MSG} " the necessary information is not available."
@${ECHO_MSG} "WITHOUT_PERL=yes Install the perl modules along with the rest"
@${ECHO_MSG} " of the net-snmp toolkit."
@${ECHO_MSG} "WITHOUT_IPV6=yes Generate IPv6 ready version."
@${ECHO_MSG} "WITHOUT_IPV6=yes Disable IPv6."
@${ECHO_MSG}
@${ECHO_MSG} "DEFAULT_SNMP_VERSION=\"3\" Default version of SNMP to use."
@${ECHO_MSG} "NET_SNMP_SYS_CONTACT=\"${NET_SNMP_SYS_CONTACT}\""