diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /cad/spice/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'cad/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 76f6ba9..f8f53da 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: spice -# Version required: 3f5 # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # # $FreeBSD$ # -DISTNAME= sp3f4.kit -PKGNAME= spice-3f5 +PORTNAME= spice +PORTVERSION= 3f5 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ +DISTNAME= sp3f4.kit EXTRACT_SUFX= .tar.Z MAINTAINER= kaveman@magna.com.au |