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/mars | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'cad/mars')
-rw-r--r-- | cad/mars/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 7dd9ee6..ef9acee 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -1,16 +1,16 @@ # ex:ts=8 # Ports collection makefile for: MaRS -# Version required: 0.0 # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # -DISTNAME= MaRS-2.1 -PKGNAME= mars-2.1 +PORTNAME= mars +PORTVERSION= 2.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ +DISTNAME= MaRS-${PORTVERSION} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MaRS-2-doc${EXTRACT_SUFX} .endif |