summaryrefslogtreecommitdiff
path: root/shells/posh
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-29 18:32:17 +0000
committerjlam <jlam@pkgsrc.org>2005-07-29 18:32:17 +0000
commit9813468816f287a12cb258059d66ba510a4a258b (patch)
treed95985cff341d15fd04e23c8993836a50f19ab9a /shells/posh
parent62b4b75d3605010174c46ed5601aa45a3971a9f0 (diff)
downloadpkgsrc-9813468816f287a12cb258059d66ba510a4a258b.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/posh')
-rw-r--r--shells/posh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/posh/Makefile b/shells/posh/Makefile
index 06092e556a4..5146c5a6802 100644
--- a/shells/posh/Makefile
+++ b/shells/posh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:21 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/07/29 18:32:18 jlam Exp $
#
DISTNAME= posh_0.3.14
@@ -13,7 +13,7 @@ COMMENT= Debian Policy-compliant Ordinary SHell
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
-PKG_SHELL= ${PREFIX}/bin/posh
+PKG_SHELL= bin/posh
USE_PKGINSTALL= YES
WRKSRC= ${WRKDIR}/${PKGNAME}