diff options
author | rhialto <rhialto@pkgsrc.org> | 2020-01-29 20:23:16 +0000 |
---|---|---|
committer | rhialto <rhialto@pkgsrc.org> | 2020-01-29 20:23:16 +0000 |
commit | c283b80eefcc651026c7f0c3df26eb8837b3b383 (patch) | |
tree | 07550acce2656c1d66f38fa9113d4cad1e2e982d /games/nethack-x11 | |
parent | 8c1a83822f81df97e58e175f672b3c45ee632626 (diff) | |
download | pkgsrc-c283b80eefcc651026c7f0c3df26eb8837b3b383.tar.gz |
games/nethack*: correct some COMMENTs.
Diffstat (limited to 'games/nethack-x11')
-rw-r--r-- | games/nethack-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index 66babb55fff..f9f82069670 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2020/01/28 21:11:30 rhialto Exp $ +# $NetBSD: Makefile,v 1.42 2020/01/29 20:23:16 rhialto Exp $ .include "../../games/nethack-lib/Makefile.common" PKGNAME= nethack-x11-${NETHACK_VERSION} -COMMENT= The X11+tty version of NetHack +COMMENT= The X11 version of NetHack CATEGORIES+= x11 |