Upstream changes between osh-20081213 and osh-20090527 follow: osh bug fixes: 1) This release fixes an `echo' bug that causes `echo ""' to print an unnecessary diagnostic. 2) It also fixes a `sigign' bug that can cause incorrect signal ignoring behavior for subshells. New osh features: 1) This release adds `cd' as a synonym for the `chdir' special command. 2) It also adds $m as a special parameter for the value of the MANPATH environment variable.
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/05/30 12:49:44 obache Exp $
|
|
|
|
DISTNAME= osh-20090527
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://v6shell.org/src/
|
|
|
|
MAINTAINER= jan+nbsd@v6shell.org
|
|
HOMEPAGE= http://v6shell.org/
|
|
COMMENT= Port of the Sixth Edition UNIX shell
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PKG_SHELL= bin/osh
|
|
|
|
BUILD_TARGET= oshall
|
|
INSTALL_TARGET= install-oshall
|
|
|
|
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
|
|
MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|