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/msql3 | |
parent | warn 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/msql3')
-rw-r--r-- | databases/msql3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 6376f3482f22..b57040a46b60 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: msql2 -# Version required: 2.0.4.1 # Date created: December 17th 1996 # Whom: jfitz # # $FreeBSD$ # -DISTNAME= msql-2.0.4.1 +PORTNAME= msql +PORTVERSION= 2.0.4.1 CATEGORIES= databases MAINTAINER= jfitz@FreeBSD.org |