diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/mysqltcl | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz |
update with the new PORTNAME/PORTVERSION variables
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 7891b3a..254c55c 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/ |