pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Apr 10 13:59:40 UTC 2023

Modified Files:
        pkgsrc/shells: Makefile

Log Message:
Add and enable bash-preexec.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/shells/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/Makefile
diff -u pkgsrc/shells/Makefile:1.73 pkgsrc/shells/Makefile:1.74
--- pkgsrc/shells/Makefile:1.73 Wed Mar 15 16:47:57 2023
+++ pkgsrc/shells/Makefile      Mon Apr 10 13:59:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2023/03/15 16:47:57 schmonz Exp $
+# $NetBSD: Makefile,v 1.74 2023/04/10 13:59:40 schmonz Exp $
 #
 
 COMMENT=       Shells
@@ -7,6 +7,7 @@ SUBDIR+=        ast-ksh
 SUBDIR+=       autojump
 SUBDIR+=       bash
 SUBDIR+=       bash-completion
+SUBDIR+=       bash-preexec
 SUBDIR+=       bash2
 SUBDIR+=       bash2-doc
 SUBDIR+=       bosh



Home | Main Index | Thread Index | Old Index