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/tcl-Mysql | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27418
Diffstat (limited to 'databases/tcl-Mysql')
-rw-r--r-- | databases/tcl-Mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-Mysql/Makefile b/databases/tcl-Mysql/Makefile index e350664cc23a..c2caef88e18c 100644 --- a/databases/tcl-Mysql/Makefile +++ b/databases/tcl-Mysql/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: p5-Mysql-modules -# Version required: 990813 # Date created: 24 August 1999 # Whom: Mikhail Teterin <mi@aldan.algebra.com> # # $FreeBSD$ # -DISTNAME= tcl-sql-20000114 +PORTNAME= tcl-sql +PORTVERSION= 20000114 CATEGORIES= databases tcl80 MASTER_SITES= http://www.binevolve.com/~tdarugar/tcl-sql/download/ EXTRACT_SUFX= .tgz |