diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 08:16:26 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 08:16:26 +0000 |
commit | 7496708059c4c97c59e57dec81d8cffadaef60c1 (patch) | |
tree | 88d1b3706b89f9144c8310d8d5769896c6a65211 /cad | |
parent | 64b92dc140b9c0cb7cfdee44e79f3179e0031eb6 (diff) | |
download | FreeBSD-ports-7496708059c4c97c59e57dec81d8cffadaef60c1.zip FreeBSD-ports-7496708059c4c97c59e57dec81d8cffadaef60c1.tar.gz |
Blows up deep in the install target in an ELF world.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 93dec20..b83574a 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # -# $Id: Makefile,v 1.9 1997/10/22 07:04:48 tg Exp $ +# $Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp $ # DISTNAME= sp3f4.kit @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= kaveman@magna.com.au +BROKEN_ELF= install + # documentation in ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps # These are included as patch-ab |