pkgsrc/shells/osh/Makefile
obache 037c6ece07 Update osh to 20090527, per maintainer update request by PR#41509.
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.
2009-05-30 12:49:44 +00:00

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"