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/py-MySQL | |
parent | warn about not supporting PORTNAME/PORTVERSION yet (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/py-MySQL')
-rw-r--r-- | databases/py-MySQL/Makefile | 6 |
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 |