svn commit: r315715 - head/security/knock

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 4 11:49:16 UTC 2013


Author: bapt
Date: Thu Apr  4 11:49:16 2013
New Revision: 315715
URL: http://svnweb.freebsd.org/changeset/ports/315715

Log:
  Fix building by fixing conversion to optionsng.
  It now behaves the same as it used to do before conversion.
  
  Reported by:	pointyhat
  Approved by:	portmgr (implicit)
  With hat:	portmgr

Modified:
  head/security/knock/Makefile

Modified: head/security/knock/Makefile
==============================================================================
--- head/security/knock/Makefile	Wed Apr  3 21:00:33 2013	(r315714)
+++ head/security/knock/Makefile	Thu Apr  4 11:49:16 2013	(r315715)
@@ -21,8 +21,9 @@ GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 
-OPTIONS_SINGLE=	SG1
-OPTIONS_SINGLE_SG1=	CLIENT SERVER
+OPTIONS_MULTI=	MT1
+OPTIONS_MULTI_MT1=	CLIENT SERVER
+OPTIONS_DEFAULT=	CLIENT SERVER
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list