diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | dad9a57abe0907e2d451ff263083a9d1d82dfca2 (patch) | |
tree | 4e676da1d8e6e15fa064f8de419e97dbd5a58d94 /misc/kp | |
parent | Sort (asbutton before astrolog). (diff) |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/kp')
-rw-r--r-- | misc/kp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 395693b361a0..c1e419bda8ac 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: kp -# Version required: 1.00 # Date created: 8 May 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= kp-1.00 +PORTNAME= kp +PORTVERSION= 1.00 CATEGORIES= misc MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ |