diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 14:24:28 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-20 14:24:28 +0000 |
commit | 52ed0baa26f0ebef5038f07b46fa901ae7622eb8 (patch) | |
tree | 9abbd4f82b7b6069b42b3d4971545fc5d455bbe5 /games/nethack33-nox11 | |
parent | 1a2575b4eab7375ea73979fc82cedbf6b9d19467 (diff) | |
download | ports-52ed0baa26f0ebef5038f07b46fa901ae7622eb8.tar.gz ports-52ed0baa26f0ebef5038f07b46fa901ae7622eb8.zip |
Notes
Diffstat (limited to 'games/nethack33-nox11')
-rw-r--r-- | games/nethack33-nox11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index b75f73cee407..05d9fd3ecc25 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -7,9 +7,8 @@ MASTERDIR= ${.CURDIR}/../nethack33 -MAINTAINER= ports@FreeBSD.org -COMMENT= A dungeon explorin', slashin', hackin' game (w/o X11 graphics) +MAINTAINER= glewis@FreeBSD.org -WITH_TTY_GRAPHICS= yes +PKGNAMESUFFIX= -nox11 .include "${MASTERDIR}/Makefile" |