diff options
Diffstat (limited to 'games/klondike')
-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/ |