diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-01 10:12:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-01 10:12:54 +0000 |
commit | a775070aa31961d6c03d7d45cf1dc20079ae6762 (patch) | |
tree | e52ef061817e57433567d6ae5899ded08d1c8dae /textproc/groff/Makefile | |
parent | 62871f970cde732ebfebca09c1e13bff42a1e8d6 (diff) | |
download | pkgsrc-a775070aa31961d6c03d7d45cf1dc20079ae6762.tar.gz |
Pull over some patches from src/ (disabling SGR and a bug fix).
Add mdoc.local from src/gnu/usr.bin/groff/tmac.
Convert to USE_NEW_TEXINFO.
Bump PKGREVISION.
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 |