diff options
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 |