From 12ed8d4310b594900a0edcfbce2390df6ad30a37 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 29 Jul 2005 18:32:17 +0000 Subject: * Separate out the shell registration into a separately unpacked script +SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths. --- shells/ast-ksh/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/ast-ksh') diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index aef5337ccae..1a560de7b55 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2005/06/17 03:50:33 jlam Exp $ +# $NetBSD: Makefile.common,v 1.15 2005/07/29 18:32:17 jlam Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} @@ -34,7 +34,7 @@ MAKE_FLAGS= CC="${CC}" CCFLAGS="${CFLAGS}" PDKSH= /bin/ksh .endif -PKG_SHELL= ${PREFIX}/bin/ksh93 +PKG_SHELL= bin/ksh93 INSTALLATION_DIRS= bin man/man1 -- cgit v1.2.3