make sure groff has its macros

This commit is contained in:
espie 2010-10-19 21:26:26 +00:00
parent 61b4b88b51
commit 881087b89d
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.305 2010/09/21 20:35:04 jasper Exp $
# $OpenBSD: Makefile,v 1.306 2010/10/19 21:26:26 espie Exp $
# $FreeBSD: Makefile,v 1.15 1997/11/22 00:31:24 jseger Exp $
SUBDIR =
@ -32,6 +32,7 @@
SUBDIR += gnuvd
SUBDIR += gonzui
SUBDIR += groff
SUBDIR += groff.mdoc
SUBDIR += gsed
SUBDIR += gtk-doc
SUBDIR += gtkaml

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2010/05/25 18:56:07 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/19 21:26:26 espie Exp $
CATEGORIES = textproc
COMMENT = gnu clone of nroff
# groff 1.15 as patched for OpenBSD-4.7
DISTNAME = groff-1.15.4.7
PKGNAME = ${DISTNAME}p1
REVISION = 2
MASTER_SITES = http://www.bsdfrog.org/OpenBSD/distfiles/
# GPLv2
@ -17,6 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
WRKDIST = ${WRKDIR}/groff
MAKE_FILE = Makefile.bsd-wrapper
WANTLIB += c m stdc++
RUN_DEPENDS += ::textproc/groff.mdoc
MAKE_FLAGS = BINDIR=${TRUEPREFIX}/bin MANDIR=${TRUEPREFIX}/man/cat \
PREFIX=${TRUEPREFIX} DATASUBDIR=${TRUEPREFIX}/share \