diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/wordperfect | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Diffstat (limited to 'editors/wordperfect')
-rw-r--r-- | editors/wordperfect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/wordperfect/Makefile b/editors/wordperfect/Makefile index 2e5b887804ae..21a2f38360a4 100644 --- a/editors/wordperfect/Makefile +++ b/editors/wordperfect/Makefile @@ -1,5 +1,4 @@ # ports collection makefile for: wordperfect -# Version required: 8.0 # Date created: 1998-Dec-10 # Whom: dugsong@OpenBSD.ORG # msmith@freebsd.org @@ -7,10 +6,11 @@ # # $FreeBSD$ -DISTNAME= GUILG00 -PKGNAME= wordperfect-8.0 +PORTNAME= wordperfect +PORTVERSION= 8.0 CATEGORIES= editors linux MASTER_SITES= +DISTNAME= GUILG00 EXTRACT_SUFX= .GZ MAINTAINER= msmith@freebsd.org |