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) |
. Sync with the nethack32 port:
. By default, install things in a location that won't conflict with the
other nethack ports.
. Build and install the recover utility so that users can recover their
game if it crashes (bump PORTREVISION for this).
. Sync with the nethack34 port:
. Use PKGNAMESUFFIX to select the graphics type.
. Remove the COMMENT in the slave ports.
. Take maintainership of nethack33 and nethack33-nox11.
. Unbreak the nethack33-qt port.
Notes
Notes:
svn path=/head/; revision=107723
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" |