Tweak previous:

This port does not actually use groff at build time;
all ./Configure wants is a solemn pledge that a man(7)
parser and formatter will be available at run time.
No package change, no bump needed.
okay espie@ (MAINTAINER)
This commit is contained in:
schwarze 2011-12-12 11:53:07 +00:00
parent 45cd239c8d
commit bc5d6cdfad
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/12/11 18:07:40 pascal Exp $
# $OpenBSD: Makefile,v 1.17 2011/12/12 11:53:07 schwarze Exp $
COMMENT= threaded newsreader
@ -24,10 +24,6 @@ CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS=-dse -Doptimize="${CFLAGS}" -Dlocal=${PREFIX}
SEPARATE_BUILD=concurrent
# We need groff at build time to generate the manpages, but install them as
# source, hence no USE_GROFF
BUILD_DEPENDS = textproc/groff
pre-configure:
cp ${FILESDIR}/openbsd-hints ${WRKSRC}/hints/openbsd.sh

View File

@ -1,8 +1,9 @@
# $OpenBSD: openbsd-hints,v 1.3 2001/10/15 16:25:48 espie Exp $
# $OpenBSD: openbsd-hints,v 1.4 2011/12/12 11:53:07 schwarze Exp $
orgname="/etc/organization"
d_nntp='define'
d_local='undef'
d_portable='define'
_nroff='/usr/bin/mandoc'
phost='.'
# get ready to use ispell, don't depend on it being installed
ispell_prg='ispell'