diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/gnugo/Makefile | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.zst freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.zip |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r-- | games/gnugo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 4c0ba9753f42..af83e42c6410 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnugo -# Version required: 2.4 # Date created: 29 December 1996 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= gnugo-2.4 +PORTNAME= gnugo +PORTVERSION= 2.4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnugo |