diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/fkiss | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | FreeBSD-ports-4750962a9f24bed87662ecb262de7343eeb4813f.zip FreeBSD-ports-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index b89bd84..732759b 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -9,7 +9,7 @@ PORTNAME= fkiss PORTVERSION= 0.28 CATEGORIES= games MASTER_SITES= http://www.oersted.co.jp/~yav/soft/fkiss/ -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= flathill@FreeBSD.org |