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/standalone-tcsh/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells/standalone-tcsh/Makefile') diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 22c6df7d5a8..80f2e668a8f 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2005/02/24 12:19:13 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/29 18:32:18 jlam Exp $ # NO_MTREE= YES PKGNAME= standalone-${DISTNAME} -PKG_SHELL= /bin/tcsh - WRKSRC= ${WRKDIR}/${DISTNAME} PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches -- cgit v1.2.3