diff options
Diffstat (limited to 'shells/dash/Makefile')
-rw-r--r-- | shells/dash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 5489cf945c7..6bfb07f91b9 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2012/04/26 16:04:38 cheusov Exp $ +# $NetBSD: Makefile,v 1.7 2012/05/30 20:33:26 cheusov Exp $ # -DISTNAME= dash-0.5.5.1 -PKGREVISION= 3 +DISTNAME= dash-0.5.7 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ MAINTAINER= cheusov@NetBSD.org HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/ COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash +LICENSE= modified-bsd AND gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |