diff options
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/ |