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/xlispstat | |
parent | 4750962a9f24bed87662ecb262de7343eeb4813f (diff) | |
download | FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.zip FreeBSD-ports-2b477943a89876b190a9ab96c7a3289c94fc1284.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 1374e66..8b211f6 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xlisp-stat -# Version required: 3.52 # Date created: Tue Aug 15 17:57:48 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= xlispstat-3-52-9 -PKGNAME= xlispstat-3.52.9 +PORTNAME= xlispstat +PORTVERSION= 3.52.9 CATEGORIES= math lang MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/current/ \ http://lib.stat.cmu.edu/xlispstat/Src/current/ \ ftp://ftp.stat.unipg.it/pub/stat/xlispstat/current/ \ ftp://srsuna.shlrc.mq.edu.au/pub/xlispstat/current/ \ ftp://statlab.uni-heidelberg.de/pub/mirrors/umn/xlispstat/current +DISTNAME= xlispstat-3-52-9 MAINTAINER= erich@FreeBSD.org |