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/klondike/Makefile | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) | |
download | ports-a7f42416d7a766482b1e0d1d8b9055c917426356.tar.gz ports-a7f42416d7a766482b1e0d1d8b9055c917426356.zip |
Notes
Diffstat (limited to 'games/klondike/Makefile')
-rw-r--r-- | games/klondike/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/klondike/Makefile b/games/klondike/Makefile index cfefc09b5fce..92fee014df1e 100644 --- a/games/klondike/Makefile +++ b/games/klondike/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: klondike -# Version required: 1.8 # Date created: 26-Apr-97 # Whom: johnh@isi.edu # # $FreeBSD$ # -DISTNAME= klondike-1.9 +PORTNAME= klondike +PORTVERSION= 1.9 CATEGORIES= games tk82 MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/ |