diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:49:07 +0000 |
commit | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (patch) | |
tree | 0c9f31b4d0ce65813ab64599e00505009d91c209 /databases/dbf2mysql | |
parent | e63013cbd62d5d2452437101988077656165692c (diff) | |
download | FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.zip FreeBSD-ports-1d04fddf5785697f7a7b908b8635aa837e9d0615.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'databases/dbf2mysql')
-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 b11464b..d6c56bd 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 |