Thu Nov 5 21:56:59 2009 UTC ()
Reset MAINTAINER per request in PR pkg/42272


(asau)
diff -r1.2 -r1.3 pkgsrc/shells/dash/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/shells/dash/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/dash/Makefile 2009/08/27 17:03:58 1.2
+++ pkgsrc/shells/dash/Makefile 2009/11/05 21:56:59 1.3
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2009/08/27 17:03:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2009/11/05 21:56:59 asau Exp $
2# 2#
3 3
4DISTNAME= dash-0.5.5.1 4DISTNAME= dash-0.5.5.1
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= shells 6CATEGORIES= shells
7MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ 7MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
8 8
9MAINTAINER= christtrekker@users.sourceforge.net 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/ 10HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/
11COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash 11COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17PKG_SHELL= bin/dash 17PKG_SHELL= bin/dash
18 18
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"