svn commit: r306573 - head/sysutils/mbmon

Pawel Pekala pawel at FreeBSD.org
Sun Oct 28 21:26:36 UTC 2012


Author: pawel
Date: Sun Oct 28 21:26:35 2012
New Revision: 306573
URL: http://svn.freebsd.org/changeset/ports/306573

Log:
  OPTIONS_SET -> OPTIONS_DEFAULT
  
  Reported by:	jhale
  Feature safe:	yes

Modified:
  head/sysutils/mbmon/Makefile

Modified: head/sysutils/mbmon/Makefile
==============================================================================
--- head/sysutils/mbmon/Makefile	Sun Oct 28 21:20:28 2012	(r306572)
+++ head/sysutils/mbmon/Makefile	Sun Oct 28 21:26:35 2012	(r306573)
@@ -25,7 +25,7 @@ MAN1?=		mbmon.1
 PORTDOCS=	ChangeLog ChangeLog.jp ReadMe ReadMe.jp ReadMe.tech
 
 OPTIONS_DEFINE=	ASUS SMB
-OPTIONS_SET=	SMB
+OPTIONS_DEFAULT=SMB
 ASUS_DESC=	"Enable A7N8X-VM support"
 SMB_DESC=	"Enable smb(4) support"
 


More information about the svn-ports-all mailing list