diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index ec7d800bebd..734af7b4f4c 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/06/14 01:28:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 1999/06/14 17:43:20 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/03/07 12:29:49 obrien Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= packages@netbsd.org +MAINTAINER= gcw@rxvt.org HOMEPAGE= http://www.rxvt.org/ DEPENDS+= xpm-3.4k:../../graphics/xpm |