From 9813468816f287a12cb258059d66ba510a4a258b 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/es/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/es') diff --git a/shells/es/Makefile b/shells/es/Makefile index c3e04d8b735..dff56d63da3 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/03/24 21:13:00 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/29 18:32:17 jlam Exp $ DISTNAME= es-0.9-alpha1 PKGNAME= es-0.9a1 @@ -11,6 +11,6 @@ HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html COMMENT= Extensible shell, derived from plan9's rc USE_PKGINSTALL= yes -PKG_SHELL= ${PREFIX}/bin/es +PKG_SHELL= bin/es .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3