diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-03 22:19:13 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-03 22:19:13 +0000 |
commit | 2cdf43711c2ac861567bd5410bc3ff7e8a84ab2e (patch) | |
tree | e81be12e691126b412c18b35b0571d7922bc6ae1 /net/datapipe | |
parent | Update to version 2.14.5 (diff) |
I should never commit when I'm half asleep.
Notes
Notes:
svn path=/head/; revision=305225
Diffstat (limited to 'net/datapipe')
-rw-r--r-- | net/datapipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile index c497cbafd6a1..76e082b0b513 100644 --- a/net/datapipe/Makefile +++ b/net/datapipe/Makefile @@ -14,7 +14,7 @@ COMMENT= Bind a local port and connect it to a remote socket 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 |