aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-04-05 10:43:47 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-04-05 10:43:47 +0800
commit923e8acb17e4eb83dd0a9f113e67382a80b97d49 (patch)
tree157a305e2c67a752960d8d372d1cf0df22c61777 /net-mgmt/net-snmp53
parent0b3b7287b87b43b25ff8a50b58f2173bb5bc4c4c (diff)
downloadfreebsd-ports-gnome-923e8acb17e4eb83dd0a9f113e67382a80b97d49.tar.gz
freebsd-ports-gnome-923e8acb17e4eb83dd0a9f113e67382a80b97d49.tar.zst
freebsd-ports-gnome-923e8acb17e4eb83dd0a9f113e67382a80b97d49.zip
Fix incorrect message about WITHOUT_IPV6.
Reported by: many
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r--net-mgmt/net-snmp53/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index f0cb6cf85ba3..1527c7a22721 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -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}\""