summaryrefslogtreecommitdiff
path: root/databases/py-MySQL
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/py-MySQL
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/py-MySQL')
-rw-r--r--databases/py-MySQL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-MySQL/Makefile b/databases/py-MySQL/Makefile
index a15ed7f1798b..14bff0feb40e 100644
--- a/databases/py-MySQL/Makefile
+++ b/databases/py-MySQL/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: py-MySQL
-# Version required: 1.4
# Date created: 05 September 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#
-DISTNAME= MySQLmodule-1.4
-PKGNAME= py-MySQL-1.4
+PORTNAME= py-MySQL
+PORTVERSION= 1.4
CATEGORIES= databases python
MASTER_SITES= http://www.mysql.com/Contrib/
+DISTNAME= MySQLmodule-${PORTVERSION}
MAINTAINER= dr@domix.de