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:   minskim
Date:           Tue Nov 28 19:32:26 UTC 2017

Modified Files:
        pkgsrc/shells: Makefile

Log Message:
shells/Makefile: Add zsh-completions


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/shells/Makefile:1.56
--- pkgsrc/shells/Makefile:1.55 Sun Aug 21 11:35:33 2016
+++ pkgsrc/shells/Makefile      Tue Nov 28 19:32:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/08/21 11:35:33 kamil Exp $
+# $NetBSD: Makefile,v 1.56 2017/11/28 19:32:25 minskim Exp $
 #
 
 COMMENT=       Shells
@@ -34,5 +34,6 @@ SUBDIR+=      tcsh
 SUBDIR+=       xonsh
 SUBDIR+=       xsh
 SUBDIR+=       zsh
+SUBDIR+=       zsh-completions
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index