diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /cad | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index cb56993d841b..e55d152586a0 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -3,13 +3,14 @@ # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # -# $Id: Makefile,v 1.3 1996/05/27 03:11:48 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/15 23:31:01 obrien Exp $ # DISTNAME= spice3f4 PKGNAME= spice-3f4 CATEGORIES= cad -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/apps/circuits/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/circuits #PATCH_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/3f4patches #PATCHFILES= grid.patch newcoms.patch spsmp.patch |