ab79d87bc6
Upstream changes between osh-20081122 and osh-20081213 follow. osh.c: This release changes the effect of the `-v' command-line option so that, in addition to printing non-blank command lines to the standard error, it also prints each blank/empty command line as an empty line. fd2.c, util.c: This release changes the fd2 `-e' command-line option so that it reflects the documented behavior. For example, this change causes invocation of `fd2 -ef file command' to redirect both conventional output and diagnostic output from "command" to "file".
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/12/13 14:14:49 obache Exp $
|
|
|
|
DISTNAME= osh-20081213
|
|
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"
|