diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/dash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 53c8f7ff2c9..ca410c2dea4 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 21:27:49 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/27 17:03:58 wiz Exp $ # DISTNAME= dash-0.5.5.1 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/ @@ -13,5 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= gmake +PKG_SHELL= bin/dash .include "../../mk/bsd.pkg.mk" |