summaryrefslogtreecommitdiff
path: root/net/tinyfugue
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-15 02:41:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-15 02:41:44 +0000
commit24e0c17eb50e6d85564dc3b7ff6800f49a6f6e93 (patch)
tree39184b22b3ca8c14f54fbf98142274c691d32f2c /net/tinyfugue
parentSet IS_INTERACTIVE. The program ``configur'' sometimes issues questions, (diff)
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).
Notes
Notes: svn path=/head/; revision=16056
Diffstat (limited to 'net/tinyfugue')
-rw-r--r--net/tinyfugue/Makefile6
1 files changed, 5 insertions, 1 deletions
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