svn commit: r305225 - head/net/datapipe

Eitan Adler eadler at FreeBSD.org
Wed Oct 3 22:19:14 UTC 2012


Author: eadler
Date: Wed Oct  3 22:19:13 2012
New Revision: 305225
URL: http://svn.freebsd.org/changeset/ports/305225

Log:
  I should never commit when I'm half asleep.

Modified:
  head/net/datapipe/Makefile

Modified: head/net/datapipe/Makefile
==============================================================================
--- head/net/datapipe/Makefile	Wed Oct  3 21:01:44 2012	(r305224)
+++ head/net/datapipe/Makefile	Wed Oct  3 22:19:13 2012	(r305225)
@@ -14,7 +14,7 @@ COMMENT=	Bind a local port and connect i
 PLIST_FILES=	bin/datapipe
 
 OPTIONS_DEFINE=	REUSEADDR NOFORK
-OPTIONS_DEDFAULT=	REUSEADDA
+OPTIONS_DEFAULT=	REUSEADDR
 REUSEADDR_DESC=	Reuse the listening socket address
 NOFORK_DESC=	Do not fork and background
 



More information about the svn-ports-all mailing list