diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /math | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'math')
-rw-r--r-- | math/kaskade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index 39b5d44e4a5..c5f8936bfff 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Kaskade -# Version required: 3.1.1 # Date created: 19 Sept. 1997 # Whom: Pedro Giffuni # # $FreeBSD$ # -DISTNAME= 3.1.1 -PKGNAME= kaskade-3.1.1 +PORTNAME= kaskade +PORTVERSION= 3.1.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.zib.de/pub/kaskade/3.x/ +DISTNAME= ${PORTVERSION} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |