diff options
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 |