diff options
author | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-26 06:29:52 +0800 |
commit | f64e8205f0137f683eab98cd135658efc4d521ce (patch) | |
tree | 08cc308b66ea53ea74832bb5eb0426cfd544b40a /games/nethack32 | |
parent | 85a77e68a5b3cf704192c0604484cf85ba114048 (diff) | |
download | freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.gz freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.tar.zst freebsd-ports-gnome-f64e8205f0137f683eab98cd135658efc4d521ce.zip |
Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
Diffstat (limited to 'games/nethack32')
-rw-r--r-- | games/nethack32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index 2b080fd45a95..0f051f346e37 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.11 1997/01/03 09:36:45 obrien Exp $ +# $Id: Makefile,v 1.12 1997/07/12 16:53:36 max Exp $ # DISTNAME= nethack-3.2.2 @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \ ${MASTER_SITE_GNU} -MAINTAINER= asami@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |