Disable the use of groff.

Otherwise, the PostScript versions of the man pages may
be created or not during build, depending on wether groff
is installed or not, which may lead to consusion when
updating this port.

Suggested by Ingo a few days ago.
This commit is contained in:
kili 2017-06-04 21:09:15 +00:00
parent 1dd2a877aa
commit 488ab96c98

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2017/06/02 23:43:00 kili Exp $
# $OpenBSD: Makefile,v 1.48 2017/06/04 21:09:15 kili Exp $
ONLY_FOR_ARCHS = amd64 i386 powerpc sparc64
@ -37,6 +37,7 @@ CONFIGURE_ARGS= --fsstnd=openbsd \
--without-dynamic-modules
CONFIGURE_ENV = ac_cv_prog_DVIPDF='' \
ac_cv_prog_GROFF='' \
ac_cv_prog_PS2PDF=''
.if ${MACHINE_ARCH} == "sparc64"