diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/keynote | |
parent | Proper WWW syntax (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/keynote')
-rw-r--r-- | security/keynote/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/keynote/Makefile b/security/keynote/Makefile index e8f3d6b18e72..177472316435 100644 --- a/security/keynote/Makefile +++ b/security/keynote/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: keynote -# Version required: 2-beta4 # Date created: 02 September 1999 # Whom: se # # $FreeBSD$ # -DISTNAME= keynote-2-beta4 -PKGNAME= keynote-2b4 +PORTNAME= keynote +PORTVERSION= 2.b4 CATEGORIES= security MASTER_SITES= http://www.cis.upenn.edu/~angelos/Code/ +DISTNAME= keynote-2-beta4 MAINTAINER= se@FreeBSD.org |