summaryrefslogtreecommitdiffstats
path: root/net/tinyfugue/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-01-15 02:41:44 +0000
committerasami <asami@FreeBSD.org>1999-01-15 02:41:44 +0000
commit60a462f032bfdf13bb1f7e57997aa9f7606fdca0 (patch)
tree71ebae5be1fbf7b6377015d99bfe9b7fc8ab4c63 /net/tinyfugue/Makefile
parent2b654cf38ec93440ee617aa0dc1b51c6041db66e (diff)
downloadFreeBSD-ports-60a462f032bfdf13bb1f7e57997aa9f7606fdca0.zip
FreeBSD-ports-60a462f032bfdf13bb1f7e57997aa9f7606fdca0.tar.gz
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).
Diffstat (limited to 'net/tinyfugue/Makefile')
-rw-r--r--net/tinyfugue/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index a0a0452..3004d17 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
OpenPOWER on IntegriCloud