diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-11 18:34:57 +0000 |
commit | 88bfe4bd43787219ab4de75bd68c490c98776dfc (patch) | |
tree | 634e1ef4990207301493f26b46d80abe56b9f2b3 /games/unnethack/Makefile | |
parent | 9e8bfe9c71187ea60ac9f3a55c0c7bde80d76033 (diff) | |
download | ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.tar.gz ports-88bfe4bd43787219ab4de75bd68c490c98776dfc.zip |
Notes
Diffstat (limited to 'games/unnethack/Makefile')
-rw-r--r-- | games/unnethack/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile index 52f8931708f2..5caab514274f 100644 --- a/games/unnethack/Makefile +++ b/games/unnethack/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= unnethack -PORTVERSION= 4.0.0.20120401 +DISTVERSION= 4.0.0-20120401 PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} - MAINTAINER= knu@FreeBSD.org COMMENT= New variant of NetHack |