diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 2b477943a89876b190a9ab96c7a3289c94fc1284 (patch) | |
tree | f3041cf6424511f723bdb29b1927da62558a558a /math/grace | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index e6f24fa..a7e30a3 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: grace -# Version required: 5.0.1 # Date created: Dec 28 1998 # Whom: Lars Koeller <lkoeller@cc.fh-lippe.de> # # $FreeBSD$ # -DISTNAME= grace-5.0.3gamma -PKGNAME= grace-5.0.3g +PORTNAME= grace +PORTVERSION= 5.0.3g CATEGORIES= math print # # You never know when and why this caotic team moves it to ../src/old/ :-) @@ -18,6 +17,7 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ ftp://abragam.med.utoronto.ca/pub/mirrors/grace/src/old/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/old/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ +DISTNAME= grace-5.0.3gamma MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE |