Module Name:    src
Committed By:   martin
Date:           Sun Jan  5 18:37:55 UTC 2020

Modified Files:
        src/distrib/notes: Makefile.inc

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/distrib/notes/Makefile.inc

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

Modified files:

Index: src/distrib/notes/Makefile.inc
diff -u src/distrib/notes/Makefile.inc:1.52 src/distrib/notes/Makefile.inc:1.53
--- src/distrib/notes/Makefile.inc:1.52	Sat Nov 30 00:28:27 2019
+++ src/distrib/notes/Makefile.inc	Sun Jan  5 18:37:54 2020
@@ -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 <[email protected]>
@@ -29,7 +29,7 @@ whatis: .OPTIONAL
 
 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

Reply via email to