From 60a462f032bfdf13bb1f7e57997aa9f7606fdca0 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 15 Jan 1999 02:41:44 +0000 Subject: Mark it broken for parallel building case, it tries to do something cute with installation directories in configure (and they don't exist at that point). --- net/tinyfugue/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile index a0a04524fd49..3004d1751941 100644 --- a/net/tinyfugue/Makefile +++ b/net/tinyfugue/Makefile @@ -3,7 +3,7 @@ # Date created: 4 January 1997 # Whom: mike@binghamton.edu # -# $Id: Makefile,v 1.12 1998/12/09 05:03:11 jseger Exp $ +# $Id: Makefile,v 1.14 1998/12/11 23:55:05 jseger Exp $ # DISTNAME= tf-40g2 @@ -13,6 +13,10 @@ MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ MAINTAINER= jseger@FreeBSD.org +.if defined(PARALLEL_PACKAGE_BUILD) +BROKEN= tries to cd to directory that do not exist yet +.endif + PLIST_SUB= DISTNAME=${DISTNAME} MAKEFILE= ${WRKSRC}/unix/Makefile -- cgit