diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch) | |
tree | 04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/mysqltcl | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/mysqltcl')
-rw-r--r-- | databases/mysqltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile index 7891b3a0db58..254c55c0a06c 100644 --- a/databases/mysqltcl/Makefile +++ b/databases/mysqltcl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: mysqltcl -# Version required: 1.53 # Date created: August 31, 1999 # Whom: Mikhail Teterin <mi@aldan.algebra.com> # # $FreeBSD$ # -DISTNAME= mysqltcl-1.53 +PORTNAME= mysqltcl +PORTVERSION= 1.53 CATEGORIES= databases tcl80 MASTER_SITES= http://www.mysql.com/Contrib/ |