diff options
author | asami <asami@FreeBSD.org> | 1999-01-15 10:41:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-15 10:41:44 +0800 |
commit | 60a462f032bfdf13bb1f7e57997aa9f7606fdca0 (patch) | |
tree | 71ebae5be1fbf7b6377015d99bfe9b7fc8ab4c63 /net | |
parent | 2b654cf38ec93440ee617aa0dc1b51c6041db66e (diff) | |
download | freebsd-ports-gnome-60a462f032bfdf13bb1f7e57997aa9f7606fdca0.tar.gz freebsd-ports-gnome-60a462f032bfdf13bb1f7e57997aa9f7606fdca0.tar.zst freebsd-ports-gnome-60a462f032bfdf13bb1f7e57997aa9f7606fdca0.zip |
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')
-rw-r--r-- | net/tinyfugue/Makefile | 6 |
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 |