diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 16:16:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 16:16:26 +0800 |
commit | 7496708059c4c97c59e57dec81d8cffadaef60c1 (patch) | |
tree | 88d1b3706b89f9144c8310d8d5769896c6a65211 /cad/spice/Makefile | |
parent | 64b92dc140b9c0cb7cfdee44e79f3179e0031eb6 (diff) | |
download | freebsd-ports-graphics-7496708059c4c97c59e57dec81d8cffadaef60c1.tar.gz freebsd-ports-graphics-7496708059c4c97c59e57dec81d8cffadaef60c1.tar.zst freebsd-ports-graphics-7496708059c4c97c59e57dec81d8cffadaef60c1.zip |
Blows up deep in the install target in an ELF world.
Diffstat (limited to 'cad/spice/Makefile')
-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 93dec202773..b83574a510a 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 |