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/calc/Makefile | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) |
Notes
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index c2611862184a..06838d0818bd 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: calc -# Version required: 2.9.3t6 # Date created: 3 October 1994 # Whom: jmz # # $FreeBSD$ # -DISTNAME= calc-2.11.1t3.0 -PKGNAME= calc-2.11.1 +PORTNAME= calc +PORTVERSION= 2.11.1 CATEGORIES= math MASTER_SITES= ftp://reality.sgi.com/users/chongo/src/calc/ \ ftp://ftp.uu.net/pub/calc/ \ http://reality.sgi.com/chongo/src/calc/ +DISTNAME= calc-2.11.1t3.0 MAINTAINER= jmz@FreeBSD.org |