diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/fkiss | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.tar.zst freebsd-ports-gnome-6599d6b639f394c76bd685334176d0ea473272f6.zip |
PORTNAME/PORTVERSION stuff
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 |