diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-05-19 20:45:59 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-05-19 20:45:59 +0000 |
commit | 19b9975a13632a503c172fe0a9873c471f53390f (patch) | |
tree | ed524ff4b495402931c325e5d74f033eda4a3cd1 /games/nethack32 | |
parent | Rollback to rev 1.2 (diff) |
As much as I like Nethack, I just do not have the resources to maintain
this port anymore. Taking maintainership over from -ports was done
in an effort to unbreak it and preserve this classic game, but now
it seems that my unresponsiveness is only standing in the way of more
and much better updates.
Apologies to all those who have CC'd me in the last few months in mail WRT
updating/unifying the various Nethack ports; do not let my silence stop
you any longer!
Notes
Notes:
svn path=/head/; revision=42761
Diffstat (limited to 'games/nethack32')
-rw-r--r-- | games/nethack32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index 751eeb46b770..0d8a926bc9ab 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -17,7 +17,7 @@ DISTNAME= nethack-3.2.2 PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/ PATCHFILES= nh-3.2.2-3.2.3.diff -MAINTAINER= roam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_XPM= yes USE_GMAKE= yes |