diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:15:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:15:54 +0000 |
commit | f8b6962d28cf2d2e69439502a7570c767066155e (patch) | |
tree | 42d2d321c553c8e9c263cfeac95b836241a4e5f1 /net/binkd | |
parent | 96474aef919f3d062d10b6bce016fc83ee712113 (diff) | |
download | ports-f8b6962d28cf2d2e69439502a7570c767066155e.tar.gz ports-f8b6962d28cf2d2e69439502a7570c767066155e.zip |
Notes
Diffstat (limited to 'net/binkd')
-rw-r--r-- | net/binkd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/binkd/Makefile b/net/binkd/Makefile index bdcbb537b60c..9ee5b710cbe2 100644 --- a/net/binkd/Makefile +++ b/net/binkd/Makefile @@ -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) |