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/dbf2mysql/Makefile | |
parent | warn about not supporting PORTNAME/PORTVERSION yet (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-rw-r--r-- | databases/dbf2mysql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index b11464ba5a0b..d6c56bd51f33 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: dbf2mysql -# Version required: 1.13 # Date created: 02 October 1999 # Whom: jedgar@fxp.org # # $FreeBSD$ # -DISTNAME= dbf2mysql-1.13 +PORTNAME= dbf2mysql +PORTVERSION= 1.13 CATEGORIES= databases -MASTER_SITES= http://www.mysql.com/Contrib/ +MASTER_SITES= http://www.mysql.com/Contrib/ EXTRACT_SUFX= .tgz -MAINTAINER= jedgar@fxp.org +MAINTAINER=jedgar@fxp.org LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client |