pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX fix problem with malformed conditional wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7b36572bf33
branches:  trunk
changeset: 505995:f7b36572bf33
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Jan 10 13:25:01 2006 +0000

description:
fix problem with malformed conditional with old make

diffstat:

 print/teTeX/module.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4dd0d4a9829f -r f7b36572bf33 print/teTeX/module.mk
--- a/print/teTeX/module.mk     Tue Jan 10 13:12:56 2006 +0000
+++ b/print/teTeX/module.mk     Tue Jan 10 13:25:01 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.9 2006/01/09 10:12:11 tron Exp $
+# $NetBSD: module.mk,v 1.10 2006/01/10 13:25:01 tonio Exp $
 #
 # This Makefile fragment is intended to be included by packages that
 # install TeX packages.  It takes care of rebuilding the ls-R database
@@ -34,7 +34,7 @@
 
 # do not use tex.buildlink3.mk when the only accepted version is teTeX1, to
 # allow bulk build to create packages
-.if defined(TEX_ACCEPTED) && ${TEX_ACCEPTED} == "teTeX1"
+.if defined(TEX_ACCEPTED) && (${TEX_ACCEPTED} == "teTeX1")
 .include "../../print/teTeX1-bin/buildlink3.mk"
 .else
 .include "../../mk/tex.buildlink3.mk"



Home | Main Index | Thread Index | Old Index