From e332a91834bb386e4671f2f05876dd7d7954fa77 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/xsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells/xsh') diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile index c1470f6ffef..68201f2d8f2 100644 --- a/shells/xsh/Makefile +++ b/shells/xsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/07/16 01:19:20 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/29 18:32:18 jlam Exp $ DISTNAME= XML-XSH-1.8.2 PKGNAME= ${DISTNAME:S/XML-XSH/xsh/} @@ -17,7 +17,7 @@ DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter DEPENDS+= p5-XML-LibXML-XPathContext-[0-9]*:../../textproc/p5-XML-LibXML-XPathContext USE_TOOLS+= gmake -PKG_SHELL= ${PREFIX}/bin/xsh +PKG_SHELL= bin/xsh PERL5_PACKLIST= auto/XML/XSH/.packlist -- cgit v1.2.3