diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-11 19:27:08 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-11 19:27:08 +0000 |
commit | 9101ace778260a69c47c277b9258672a1e7dcbb6 (patch) | |
tree | 4e1ce15f4f79cbca32c22ebdd6a11e15f855d842 /cad | |
parent | b36c69149431f05230c5a8460dd512a2d383b0c5 (diff) | |
download | FreeBSD-ports-9101ace778260a69c47c277b9258672a1e7dcbb6.zip FreeBSD-ports-9101ace778260a69c47c277b9258672a1e7dcbb6.tar.gz |
Mark BROKEN:
fails here:
ln: /usr/ports/cad/sis/work/sis-1.2/sis/unpack/*.o: File exists
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index ddeb16b..83cb8d6 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # -# $Id: Makefile,v 1.2 1998/09/27 08:18:23 steve Exp $ +# $Id: Makefile,v 1.3 1998/10/01 06:19:26 steve Exp $ # DISTNAME= sis-1.2 @@ -18,6 +18,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= volf@oasis.IAEhv.nl +BROKEN= build + MAKEFILE= Makefile.FreeBSD MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ vst2blif.1 xsis.1 |