diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 08:49:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 08:49:36 +0000 |
commit | 7db54d42c836453afe4169b6dda1f8fb6e4927fc (patch) | |
tree | c6891e7660f09b3410325dbed20f539ed8c5cd64 /cad/irsim | |
parent | Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28. (diff) |
Distfiles have moved slightly deeper into the filesystem on the
master site.
Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
Notes
Notes:
svn path=/head/; revision=2015
Diffstat (limited to 'cad/irsim')
-rw-r--r-- | cad/irsim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index cd6ef4c7cac3..51539a4f7dfb 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -3,12 +3,12 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/04/01 12:44:13 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 20:12:55 asami Exp $ # DISTNAME= irsim-9.2 CATEGORIES+= cad -MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/WRL/projects/magic/6.4/ EXTRACT_SUFX= .tar.Z WRKSRC= ${.CURDIR}/work/irsim |