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/sis | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'cad/sis')
-rw-r--r-- | cad/sis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/sis/Makefile b/cad/sis/Makefile index 328a3d8..d5f616a 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sis -# Version required: 1.2 (pl1) # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # # $FreeBSD$ # -DISTNAME= sis-1.2 -PKGNAME= sis-1.2.1 +PORTNAME= sis +PORTVERSION= 1.2.1 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ +DISTNAME= ${PORTNAME}-1.2 EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ic.eecs.berkeley.edu/pub/Sis/ |