svn commit: r317848 - head/net/libnids

Wesley Shields wxs at FreeBSD.org
Sat May 11 02:29:48 UTC 2013


Author: wxs
Date: Sat May 11 02:29:48 2013
New Revision: 317848
URL: http://svnweb.freebsd.org/changeset/ports/317848

Log:
  Switch to libnet10 by default.
  While here, fix whitespace.
  
  Submitted by:	sbz@

Modified:
  head/net/libnids/Makefile

Modified: head/net/libnids/Makefile
==============================================================================
--- head/net/libnids/Makefile	Sat May 11 01:38:42 2013	(r317847)
+++ head/net/libnids/Makefile	Sat May 11 02:29:48 2013	(r317848)
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	LIBNET10 LIBNET11 GLIB2
 LIBNET10_DESC=	Use libnet 1.0.x
 LIBNET11_DESC=	Use libnet 1.1.x
 GLIB2_DESC=	Use GLIB2 for multiprocessing support
-OPTIONS_DEFAULT=	LIBNET11 GLIB2
+OPTIONS_DEFAULT=	LIBNET10 GLIB2
 
 WANT_GNOME=	yes
 USES=		pkgconfig
@@ -26,9 +26,9 @@ MAN3=		libnids.3
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+= PORTDOCS=""
+PLIST_SUB+=	PORTDOCS=""
 .else
-PLIST_SUB+= PORTDOCS="@comment "
+PLIST_SUB+=	PORTDOCS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MLIBNET10}


More information about the svn-ports-head mailing list