diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:20:18 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1996-12-06 08:20:18 +0000 |
commit | 8d677daf5932f8e96f7058e6f9a430d2029cbbcd (patch) | |
tree | 41a31b824c3896adfe07e840c7494eaf372fbdf9 /cad/irsim/Makefile | |
parent | Upgrade magic to version 6.5. (diff) |
Upgrade irsim to version 9.4.1.
Notes
Notes:
svn path=/head/; revision=4823
Diffstat (limited to 'cad/irsim/Makefile')
-rw-r--r-- | cad/irsim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index b6a1de9b9f21..3cf9d7bb81fc 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -3,17 +3,16 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.5 1996/11/15 23:30:55 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/18 13:57:06 asami Exp $ # -DISTNAME= irsim-9.2 +DISTNAME= irsim-9.4.1 CATEGORIES= cad -MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.4/ +MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.5/ EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org -WRKSRC= ${.CURDIR}/work/irsim MAN1= irsim.1 MAN3= irsim-analyzer.3 MAN5= netchange.5 |