diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/gnugo | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) | |
download | ports-a7f42416d7a766482b1e0d1d8b9055c917426356.tar.gz ports-a7f42416d7a766482b1e0d1d8b9055c917426356.zip |
Notes
Diffstat (limited to 'games/gnugo')
-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 |