diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-27 17:03:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-27 17:03:58 +0000 |
commit | 3219dff34c6a39b4ecba65e320e497335c41ac91 (patch) | |
tree | 614a5c5020b50a6f10826d6f2ff6b714b276dad6 /shells/dash | |
parent | 11b064529f760532328c86a24d700a549a1d05e7 (diff) | |
download | pkgsrc-3219dff34c6a39b4ecba65e320e497335c41ac91.tar.gz |
Add dash to /etc/shells. From PR 41949 by Tim Larson.
Diffstat (limited to 'shells/dash')
-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" |