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/gadfly | |
parent | de588104e21e4e3e14a3d79ca8814378a0c8044d (diff) | |
download | ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.tar.gz ports-3da86c6aa2b3345aabb564415cd86b5e3872ca1a.zip |
Notes
Diffstat (limited to 'databases/gadfly')
-rw-r--r-- | databases/gadfly/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gadfly/Makefile b/databases/gadfly/Makefile index f8848516b439..d6b607396ab4 100644 --- a/databases/gadfly/Makefile +++ b/databases/gadfly/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: gadfly -# Version required: 1.0 # Date created: 30 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= kwP -PKGNAME= gadfly-1.0 +PORTNAME= gadfly +PORTVERSION= 1.0 CATEGORIES= databases MASTER_SITES= http://www.chordate.com/kwParsing/ +DISTNAME= kwP MAINTAINER= ports@FreeBSD.org |