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/hex | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) | |
download | ports-a7f42416d7a766482b1e0d1d8b9055c917426356.tar.gz ports-a7f42416d7a766482b1e0d1d8b9055c917426356.zip |
Notes
Diffstat (limited to 'games/hex')
-rw-r--r-- | games/hex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hex/Makefile b/games/hex/Makefile index b8d360db6717..41cf549ea2c3 100644 --- a/games/hex/Makefile +++ b/games/hex/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Hex -# Version required: 0.0.2 # Date created: 9 Aug 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= hex-0.0.2 +PORTNAME= hex +PORTVERSION= 0.0.2 CATEGORIES= games MASTER_SITES= http://www.nott.ac.uk/~psystrj/ \ http://www.psn.net/~andrews/dist/ |