pkgsrc/shells/osh/Makefile
jlam 5b62763c63 Teach the +SHELLS helper script to not create an /etc/shells file if
one doesn't exist.  From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists.  This fixes PR pkg/27162.
2005-09-20 04:23:48 +00:00

19 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/09/20 04:23:49 jlam Exp $
DISTNAME= osh-050131
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://jneitzel.sdf1.org/osh/src/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://jneitzel.sdf1.org/osh/
COMMENT= Implementation of the UNIX 6th Edition shell
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGINSTALL= yes
PKG_SHELL= bin/osh
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"