diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-29 18:32:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-29 18:32:17 +0000 |
commit | 7f9ad8c688694b59ce8fe49f44c895097f6d57bb (patch) | |
tree | d95985cff341d15fd04e23c8993836a50f19ab9a /shells/perlsh | |
parent | 778ada342d9f6ddb60be87e7a1abf218e057d47b (diff) | |
download | pkgsrc-7f9ad8c688694b59ce8fe49f44c895097f6d57bb.tar.gz |
* 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.
Diffstat (limited to 'shells/perlsh')
-rw-r--r-- | shells/perlsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 7b7127d1ba6..cca7fb581cc 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/07/13 18:01:40 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/29 18:32:18 jlam Exp $ # Cjep: Makefile,v 1.3 2003/04/20 16:21:44 cjep Exp DISTNAME= psh-1.8 @@ -16,7 +16,7 @@ DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine DEPENDS+= p5-BSD-Resource>=1.15:../../devel/p5-BSD-Resource USE_PKGINSTALL= yes -PKG_SHELL= ${PREFIX}/bin/psh +PKG_SHELL= bin/psh PERL5_PACKLIST= auto/psh/.packlist |