5b62763c63
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.
19 lines
427 B
Makefile
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"
|