Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nvi/catalog don't install an empty file



details:   https://anonhg.NetBSD.org/src/rev/a66fb5dad754
branches:  trunk
changeset: 791531:a66fb5dad754
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 22 16:11:08 2013 +0000

description:
don't install an empty file

diffstat:

 external/bsd/nvi/catalog/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 9e3634548d21 -r a66fb5dad754 external/bsd/nvi/catalog/Makefile
--- a/external/bsd/nvi/catalog/Makefile Fri Nov 22 16:10:25 2013 +0000
+++ b/external/bsd/nvi/catalog/Makefile Fri Nov 22 16:11:08 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2013/11/22 16:11:08 christos Exp $
 #
 #      @(#)Makefile    8.29 (Berkeley) 10/19/96
 
@@ -8,8 +8,7 @@
 
 .PATH: ${DIST}/catalog
 
-CATALOG=       dutch english french german ru_RU.KOI8-R ru_SU.KOI8-R \
-               spanish swedish
+CATALOG=       dutch english french german ru_RU.KOI8-R spanish swedish
 
 VI_FILES=      ${DIST}/cl/*.c ${DIST}/common/*.c \
                ${DIST}/ex/*.c ${DIST}/vi/*.c



Home | Main Index | Thread Index | Old Index