svn commit: r334019 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Sat Nov 16 18:26:27 UTC 2013


Author: marcus
Date: Sat Nov 16 18:26:26 2013
New Revision: 334019
URL: http://svnweb.freebsd.org/changeset/ports/334019

Log:
  Correct a typo.
  
  Submitted by:	dim

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sat Nov 16 18:06:44 2013	(r334018)
+++ head/net/netatalk3/Makefile	Sat Nov 16 18:26:26 2013	(r334019)
@@ -80,7 +80,7 @@ PLIST_SUB+=		NETATALKPAM="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MNOZEROCONF}
-CONFIGURE_ARGS+=	--disable-zerconf
+CONFIGURE_ARGS+=	--disable-zeroconf
 SUB_LIST+=		ZEROCONF=""
 .endif
 


More information about the svn-ports-all mailing list