diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/fkiss | |
parent | 935870e192795a0db5cb9ead5131241e4a62f235 (diff) |
Notes
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 738ae243cef7..b89bd842e0d0 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,15 +1,15 @@ # ports collection makefile for: fkiss -# Version required: 0.28 # Date created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= fkiss028 -PKGNAME= fkiss-0.28 +PORTNAME= fkiss +PORTVERSION= 0.28 CATEGORIES= games MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= flathill@FreeBSD.org |