diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 01:27:48 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 01:27:48 +0000 |
commit | 00850fab364f76fc6145cd54a42edff34babde74 (patch) | |
tree | 23fd31d4091a9813fd650b7f5bf6894e3412f9f0 /cad | |
parent | 76e18789e4ce8dcaeb9fb05da783eb0f45c3a2d7 (diff) | |
download | FreeBSD-ports-00850fab364f76fc6145cd54a42edff34babde74.zip FreeBSD-ports-00850fab364f76fc6145cd54a42edff34babde74.tar.gz |
Recent changes to make(1) in -current fixed this.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index 83cb8d6..a59fa7f 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.3 1998/10/01 06:19:26 steve Exp $ +# $Id: Makefile,v 1.4 1998/10/11 19:27:08 jseger Exp $ # DISTNAME= sis-1.2 @@ -18,8 +18,6 @@ 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 |