diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/simpack | |
parent | update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile (diff) |
Convert to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27509
Diffstat (limited to 'math/simpack')
-rw-r--r-- | math/simpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 34d1fcc97279..41f087929418 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -1,12 +1,12 @@ # new ports collection Makefile for: SimPack -# Version required: 3.0 # Date created: 5 June 1997 # Whom: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> # # $FreeBSD$ # -DISTNAME= simpack-3.0 +PORTNAME= simpack +PORTVERSION= 3.0 CATEGORIES= math MASTER_SITES= ftp://ftp.cis.ufl.edu/pub/simdigest/tools/ DISTFILES= SimPack3.tar.Z |