pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/oksh
Module Name: pkgsrc
Committed By: cheusov
Date: Sat Mar 7 21:14:45 UTC 2020
Modified Files:
pkgsrc/shells/oksh: Makefile
Log Message:
Register oksh in /etc/shells; ++pkgrevision
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/oksh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/oksh/Makefile
diff -u pkgsrc/shells/oksh/Makefile:1.2 pkgsrc/shells/oksh/Makefile:1.3
--- pkgsrc/shells/oksh/Makefile:1.2 Wed Jul 24 11:15:41 2019
+++ pkgsrc/shells/oksh/Makefile Sat Mar 7 21:14:45 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/07/24 11:15:41 maya Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/07 21:14:45 cheusov Exp $
DISTNAME= oksh-6.5
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/}
GITHUB_TAG= ${DISTNAME}
@@ -13,5 +14,6 @@ LICENSE= original-bsd
WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV}
GNU_CONFIGURE= yes
+PKG_SHELL= ${PREFIX}/bin/oksh
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index