summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-27 17:03:58 +0000
committerwiz <wiz>2009-08-27 17:03:58 +0000
commite0e43015bc78c02823a4c38d254fcef53b555870 (patch)
tree614a5c5020b50a6f10826d6f2ff6b714b276dad6 /shells
parentb1315976605d27976cf0b18c1c1b5d721bb8ac5e (diff)
downloadpkgsrc-e0e43015bc78c02823a4c38d254fcef53b555870.tar.gz
Add dash to /etc/shells. From PR 41949 by Tim Larson.
Diffstat (limited to 'shells')
-rw-r--r--shells/dash/Makefile4
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"