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:           Fri Dec 15 17:37:21 UTC 2017

Modified Files:
        pkgsrc/shells: Makefile

Log Message:
shells/Makefile: Add zsh-syntax-highlighting


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/shells/Makefile:1.59
--- pkgsrc/shells/Makefile:1.58 Thu Dec  7 23:16:07 2017
+++ pkgsrc/shells/Makefile      Fri Dec 15 17:37:21 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/12/07 23:16:07 minskim Exp $
+# $NetBSD: Makefile,v 1.59 2017/12/15 17:37:21 minskim Exp $
 #
 
 COMMENT=       Shells
@@ -37,5 +37,6 @@ SUBDIR+=      zsh
 SUBDIR+=       zsh-autosuggestions
 SUBDIR+=       zsh-completions
 SUBDIR+=       zsh-pure
+SUBDIR+=       zsh-syntax-highlighting
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index