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/dbview | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/dbview')
-rw-r--r-- | databases/dbview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbview/Makefile b/databases/dbview/Makefile index a8a542d731fc..77a14751fd46 100644 --- a/databases/dbview/Makefile +++ b/databases/dbview/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: dbview -# Version required: 1.0.3 # Date created: 7 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= dbview-1.0.3 +PORTNAME= dbview +PORTVERSION= 1.0.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.infodrom.north.de/pub/Linux/Devel/dbview/ |