Source-Changes-HG archive

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

[src/trunk]: src/distrib/notes PR install/54836: fix broken conditional, pass...



details:   https://anonhg.NetBSD.org/src/rev/7b7d05733f75
branches:  trunk
changeset: 466895:7b7d05733f75
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 05 18:37:54 2020 +0000

description:
PR install/54836: fix broken conditional, passing the wrong set name suffix
to groff.

diffstat:

 distrib/notes/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7a1f6886acef -r 7b7d05733f75 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc        Sun Jan 05 17:26:31 2020 +0000
+++ b/distrib/notes/Makefile.inc        Sun Jan 05 18:37:54 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.52 2019/11/30 00:28:27 uwe Exp $
+#      $NetBSD: Makefile.inc,v 1.53 2020/01/05 18:37:54 martin Exp $
 #
 
 # Ross Harvey <ross%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
 
 PRESET=        ${GFLAGS} -U -dM=${M} -dV=${DISTRIBVER} -d.CURDIR=${.CURDIR} -r${M}=1
 PRESET+=       -rmajor=${DISTRIBVER:C/\..*$//}
-.if ${USE_XZ_SETS}
+.if ${USE_XZ_SETS:Uno} == "yes"
 PRESET+=       -dsetsuffix=tar.xz
 .else
 PRESET+=       -dsetsuffix=tgz



Home | Main Index | Thread Index | Old Index