diff options
Diffstat (limited to 'games/nethack3-tty/Makefile')
-rw-r--r-- | games/nethack3-tty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index d6829d93ed1a..f3cdb9061559 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nethack -# Version required: 3.3.0 # Date created: 27 March 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= nethack-3.3.0 +PORTNAME= nethack +PORTVERSION= 3.3.0 CATEGORIES= games MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ ${MASTER_SITE_GNU} |