diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
commit | 2275ee0bcfe94ad50ac42d98c773a171c673828d (patch) | |
tree | b5916119748ef6bc0c4aa1ef724befadc8877e8e /cad | |
parent | Simple aesthetic fix: "^post-install" instead of "^ post-install" (diff) |
typo clean up police: \s -> \t
Notes
Notes:
svn path=/head/; revision=38323
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sis/Makefile | 2 | ||||
-rw-r--r-- | cad/spice/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index cb28bb3e83b7..b8b01403e22c 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.1 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ DISTNAME= ${PORTNAME}-1.2 -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ PATCHFILES= sis-1.2.patch1.Z diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 38481a26c2a0..3d3f5fed7b17 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3f5.1 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ DISTNAME= sp3f4.kit -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= kaveman@magna.com.au |