svn commit: r322644 - head/net/binkd
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 10 11:15:55 UTC 2013
Author: bapt
Date: Wed Jul 10 11:15:54 2013
New Revision: 322644
URL: http://svnweb.freebsd.org/changeset/ports/322644
Log:
Mark job unsafe
Modified:
head/net/binkd/Makefile
Modified: head/net/binkd/Makefile
==============================================================================
--- head/net/binkd/Makefile Wed Jul 10 11:15:09 2013 (r322643)
+++ head/net/binkd/Makefile Wed Jul 10 11:15:54 2013 (r322644)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: binkd
-# Date created: 19 August 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= binkd
PORTVERSION= 0.9.9
@@ -20,6 +16,8 @@ USE_ZIP= yes
USE_RC_SUBR= binkd
GNU_CONFIGURE= yes
+MAKE_JOBS_UNSAFE= yes
+
MAN8= binkd.8
.if !defined(WITHOUT_AMIGA4D)
More information about the svn-ports-head
mailing list