none of the extant autoconf ports need groff

This commit is contained in:
naddy 2012-08-04 22:25:19 +00:00
parent 0cc473cdde
commit 83c5a7a634
2 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.7 2010/11/15 20:21:01 espie Exp $
# $OpenBSD: Makefile,v 1.8 2012/08/04 22:25:19 naddy Exp $
VERSION = 2.13
REVISION = 2
CONFIGURE_STYLE = gnu dest
USE_GROFF = No
MAKE_FLAGS = acdatadir=${PREFIX}/share/autoconf${SUFFIX}
FAKE_FLAGS = acdatadir=${WRKINST}${PREFIX}/share/autoconf${SUFFIX}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2010/11/26 07:54:43 espie Exp $
# $OpenBSD: Makefile.inc,v 1.3 2012/08/04 22:25:19 naddy Exp $
# most parts common to all autoconfs actually
COMMENT ?= automatically configure source code on many Un*x platforms
@ -30,5 +30,3 @@ CONFIGURE_ENV += MKDIR_P='mkdir -p'
CONFIGURE_ARGS += --program-suffix=${SUFFIX}
MAKE_FLAGS += pkgdatadir=${PREFIX}/share/autoconf${SUFFIX}
FAKE_FLAGS += lispdir=
USE_GROFF ?= Yes