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/interbase4 | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27418
Diffstat (limited to 'databases/interbase4')
-rw-r--r-- | databases/interbase4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index cf382859278a..0ea419f52d70 100644 --- a/databases/interbase4/Makefile +++ b/databases/interbase4/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Interbase 4 -# Version required: 4.0 # Date created: 1998-nov-01 # Whom: Berend de Boer <berend@pobox.com> # # $FreeBSD$ # -DISTNAME= IB_4.0_FreeBSD -PKGNAME= interbase-4.0 +PORTNAME= interbase +PORTVERSION= 4.0 CATEGORIES= databases MASTER_SITES= # manual fetch +DISTNAME= IB_4.0_FreeBSD MAINTAINER= berend@pobox.com |