PR install/54836: fix broken conditional, passing the wrong set name suffix

to groff.
This commit is contained in:
martin 2020-01-05 18:37:54 +00:00
parent 6080e166e9
commit 09fa017877
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -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