diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-08 23:29:22 +0000 |
commit | 36838d73c50576dc1b5bea26305f87ff5a00d34d (patch) | |
tree | 7163041e3f1e3216d02a887eafa70edce971220f /textproc/groff | |
parent | 373acc8da17c0551c63350eeec48395d41936024 (diff) | |
download | pkgsrc-36838d73c50576dc1b5bea26305f87ff5a00d34d.tar.gz |
Fix config.guess/config.sub overrides.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 3278b43b267..8e553c18345 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2015/01/17 12:10:01 wiedi Exp $ +# $NetBSD: Makefile,v 1.78 2015/03/08 23:29:23 joerg Exp $ DISTNAME= groff-1.22.3 CATEGORIES= textproc @@ -13,6 +13,7 @@ CONFLICTS= mdocml<1.12.0nb3 ja-groff-[0-9]* CHECK_PERMS= NO MAKE_JOBS_SAFE= NO +OVERRIDE_DIRDEPTH= 4 INSTALLATION_DIRS= share/groff/site-tmac |