summaryrefslogtreecommitdiff
path: root/shells/osh/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-07-18 14:58:31 +0000
committerobache <obache>2008-07-18 14:58:31 +0000
commit0a58fee3217184be658ab8033e7a1855a15ee979 (patch)
tree43135fde46f7c6d4847b56f488c49ed49397ff9e /shells/osh/Makefile
parent3a3ee84cf7bf7dbe44fdb6d8c8d292c0257b6afc (diff)
downloadpkgsrc-0a58fee3217184be658ab8033e7a1855a15ee979.tar.gz
Update osh to 20080629, requested by PR 39067.
Significant changes include the following: 1) Support was added for 3 new command-line options: "-i", "-l", and "-v". 2) Support was added for 3 new rc files. *) This includes a system-wide "osh.oshrc", a system-wide "osh.logout", and a user ".osh.logout". See http://v6shell.org/src/CHANGES for full details.
Diffstat (limited to 'shells/osh/Makefile')
-rw-r--r--shells/osh/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile
index cff4bdf8ede..1d6a46e7124 100644
--- a/shells/osh/Makefile
+++ b/shells/osh/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2008/01/19 12:08:29 obache Exp $
+# $NetBSD: Makefile,v 1.21 2008/07/18 14:58:31 obache Exp $
-DISTNAME= osh-20080109
+DISTNAME= osh-20080629
CATEGORIES= shells
MASTER_SITES= http://www.v6shell.org/src/
@@ -17,5 +17,6 @@ BUILD_TARGET= oshall
INSTALL_TARGET= install-oshall
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
.include "../../mk/bsd.pkg.mk"