diff options
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 20d5bb0a205..ecc2a9a8c45 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:57 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2006/03/04 21:29:32 jlam Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} @@ -10,7 +10,7 @@ MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nedit.org/ COMMENT= Motif based standard GUI style text editor |