pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/tex-hyphen-spanish



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Sep 28 10:09:29 UTC 2017

Modified Files:
        pkgsrc/print/tex-hyphen-spanish: Makefile

Log Message:
Eat some whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/tex-hyphen-spanish/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/tex-hyphen-spanish/Makefile
diff -u pkgsrc/print/tex-hyphen-spanish/Makefile:1.5 pkgsrc/print/tex-hyphen-spanish/Makefile:1.6
--- pkgsrc/print/tex-hyphen-spanish/Makefile:1.5        Wed Sep  6 16:49:38 2017
+++ pkgsrc/print/tex-hyphen-spanish/Makefile    Thu Sep 28 10:09:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/06 16:49:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/28 10:09:28 markd Exp $
 
 DISTNAME=      hyphen-spanish
 PKGNAME=       tex-${DISTNAME}-4.5.2016
@@ -15,13 +15,13 @@ TEX_HYPHEN_DAT+=    spanish loadhyph-es.tex
 TEX_HYPHEN_DAT+=       = espanol
 TEX_HYPHEN_DEF+=       \\addlanguage{spanish}{loadhyph-es.tex}{}{2}{2}
 TEX_HYPHEN_DEF+=       \\addlanguage{espanol}{loadhyph-es.tex}{}{2}{2}
-TEX_HYPHEN_LUA+=       ['spanish'] = { \
-                         loader = 'loadhyph-es.tex', \
-                         lefthyphenmin = 2, \
-                         righthyphenmin = 2, \
-                         synonyms = { 'espanol' }, \
-                         patterns = 'hyph-es.pat.txt', \
-                         hyphenation = '', \
+TEX_HYPHEN_LUA+=       ['spanish']={ \
+                         loader='loadhyph-es.tex', \
+                         lefthyphenmin=2, \
+                         righthyphenmin=2, \
+                         synonyms={'espanol'}, \
+                         patterns='hyph-es.pat.txt', \
+                         hyphenation='', \
                        },
 
 .include "../../print/texlive/package.mk"



Home | Main Index | Thread Index | Old Index