svn commit: r317146 - in head/net: ntp ntp-devel ntp-rc

Cy Schubert cy at FreeBSD.org
Thu May 2 20:48:10 UTC 2013


Author: cy
Date: Thu May  2 20:48:08 2013
New Revision: 317146
URL: http://svnweb.freebsd.org/changeset/ports/317146

Log:
  Fix typo.

Modified:
  head/net/ntp-devel/Makefile.inc
  head/net/ntp-rc/Makefile.inc
  head/net/ntp/Makefile.inc

Modified: head/net/ntp-devel/Makefile.inc
==============================================================================
--- head/net/ntp-devel/Makefile.inc	Thu May  2 20:04:21 2013	(r317145)
+++ head/net/ntp-devel/Makefile.inc	Thu May  2 20:48:08 2013	(r317146)
@@ -54,7 +54,7 @@ OPTIONS_DEFINE=	NTPSNMPD \
   		VARITEXT
 
 OPTIONS_DEFAULT=	SSL \
-		NTP_SIGND_DESC \
+		NTP_SIGND \
   		ATOM \
   		NMEA
 

Modified: head/net/ntp-rc/Makefile.inc
==============================================================================
--- head/net/ntp-rc/Makefile.inc	Thu May  2 20:04:21 2013	(r317145)
+++ head/net/ntp-rc/Makefile.inc	Thu May  2 20:48:08 2013	(r317146)
@@ -53,7 +53,7 @@ OPTIONS_DEFINE=	NTPSNMPD \
   		VARITEXT
 
 OPTIONS_DEFAULT=	SSL \
-		NTP_SIGND_DESC \
+		NTP_SIGND \
   		ATOM \
   		NMEA
 

Modified: head/net/ntp/Makefile.inc
==============================================================================
--- head/net/ntp/Makefile.inc	Thu May  2 20:04:21 2013	(r317145)
+++ head/net/ntp/Makefile.inc	Thu May  2 20:48:08 2013	(r317146)
@@ -53,7 +53,7 @@ OPTIONS_DEFINE=	NTPSNMPD \
   		VARITEXT
 
 OPTIONS_DEFAULT=	SSL \
-		NTP_SIGND_DESC \
+		NTP_SIGND \
   		ATOM \
   		NMEA
 


More information about the svn-ports-all mailing list