diff options
author | cy <cy@FreeBSD.org> | 2013-05-03 04:48:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2013-05-03 04:48:08 +0800 |
commit | bfdb256ca877404b82a5aa7b2d02bf8980f1198c (patch) | |
tree | 8c5dc65347de8d10ac145e72b5090bd00a770c02 /net | |
parent | 18818922294439bfb1a9f303bea52fcb61c9c66c (diff) | |
download | freebsd-ports-gnome-bfdb256ca877404b82a5aa7b2d02bf8980f1198c.tar.gz freebsd-ports-gnome-bfdb256ca877404b82a5aa7b2d02bf8980f1198c.tar.zst freebsd-ports-gnome-bfdb256ca877404b82a5aa7b2d02bf8980f1198c.zip |
Fix typo.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile.inc | 2 | ||||
-rw-r--r-- | net/ntp-rc/Makefile.inc | 2 | ||||
-rw-r--r-- | net/ntp/Makefile.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp-devel/Makefile.inc b/net/ntp-devel/Makefile.inc index 6f4c387cd845..527795807d28 100644 --- a/net/ntp-devel/Makefile.inc +++ b/net/ntp-devel/Makefile.inc @@ -54,7 +54,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA diff --git a/net/ntp-rc/Makefile.inc b/net/ntp-rc/Makefile.inc index 08f9ede52d8b..ba67661ed9bc 100644 --- a/net/ntp-rc/Makefile.inc +++ b/net/ntp-rc/Makefile.inc @@ -53,7 +53,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index 4769d49462dc..fd80df0690ba 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -53,7 +53,7 @@ OPTIONS_DEFINE= NTPSNMPD \ VARITEXT OPTIONS_DEFAULT= SSL \ - NTP_SIGND_DESC \ + NTP_SIGND \ ATOM \ NMEA |