summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-java
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-08 22:49:07 +0000
commit3da86c6aa2b3345aabb564415cd86b5e3872ca1a (patch)
tree04a03b5b9c40a7cbd0ef74638676e9809fd9dde8 /databases/mysql-connector-java
parentwarn about not supporting PORTNAME/PORTVERSION yet (diff)
update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27418
Diffstat (limited to 'databases/mysql-connector-java')
-rw-r--r--databases/mysql-connector-java/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql-connector-java/Makefile b/databases/mysql-connector-java/Makefile
index 3397768c5117..171d036a4106 100644
--- a/databases/mysql-connector-java/Makefile
+++ b/databases/mysql-connector-java/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: The mm MySql JDBC interface
-# Version required: 1.2b
# Date created: 2 January 2000
# Whom: Dave Glowacki <dglo@ssec.wisc.edu>
#
# $FreeBSD$
#
-DISTNAME= mm.mysql.jdbc-1.2b
-PKGNAME= mysql-jdbc-mm-1.2b
+PORTNAME= mysql-jdbc-mm
+PORTVERSION= 1.2b
CATEGORIES= databases
MASTER_SITES= http://www.worldserver.com/mm.mysql/dist/
+DISTNAME= mm.mysql.jdbc-${PORTVERSION}
MAINTAINER= dglo@SSEC.WISC.EDU