summaryrefslogtreecommitdiff
path: root/net/datapipe
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-08 20:23:38 +0000
commited59156ea974a2adcb0480a67bd3b9a974de4609 (patch)
tree32f471cf1255d6ff64639fd65d1d4dd0e33962fb /net/datapipe
parent- Update to version 1.2.2 (diff)
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
Notes
Notes: svn path=/head/; revision=313672
Diffstat (limited to 'net/datapipe')
-rw-r--r--net/datapipe/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile
index 76e082b0b513..7cee9657f7a5 100644
--- a/net/datapipe/Makefile
+++ b/net/datapipe/Makefile
@@ -18,6 +18,8 @@ OPTIONS_DEFAULT= REUSEADDR
REUSEADDR_DESC= Reuse the listening socket address
NOFORK_DESC= Do not fork and background
+MAKE_JOBS_SAFE= yes
+
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MREUSEADDR}