diff options
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 38ab6842df7..88ac0179ff0 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2003/06/05 03:31:00 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/01 10:12:54 wiz Exp $ # DISTNAME= groff-1.19 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -13,13 +13,18 @@ COMMENT= GNU roff text processing suite DEPENDS+= netpbm>=10.0:../../graphics/netpbm DEPENDS+= psutils>=1.17:../../print/psutils -GNU_CONFIGURE= YES -USE_GCC_SHLIB= YES -USE_PERL5= YES -USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES +USE_PERL5= YES +USE_BUILDLINK2= YES +USE_NEW_TEXINFO= YES INFO_FILES= groff +post-install: + ${INSTALL_DATA} ${FILESDIR}/mdoc.local \ + ${PREFIX}/share/groff/site-tmac + .include "../../mk/bsd.prefs.mk" .ifdef PAPERSIZE |