Yet Another Groff Version (1.17.2), allows successful bootstrapping on an

extremely crufty old Linux box of unclear parentage (but it might be a RedHat
3.0 installation).
This commit is contained in:
dsainty 2009-01-14 23:16:54 +00:00
parent e9ce246ad9
commit c417193ec6
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2008/08/08 21:15:57 joerg Exp $
# $NetBSD: Makefile,v 1.17 2009/01/14 23:16:54 dsainty Exp $
DISTNAME= bootstrap-mk-files-20080808
DISTNAME= bootstrap-mk-files-20090114
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty

View file

@ -1,4 +1,4 @@
# $NetBSD: Linux.bsd.man.mk,v 1.4 2008/08/08 21:15:57 joerg Exp $
# $NetBSD: Linux.bsd.man.mk,v 1.5 2009/01/14 23:16:54 dsainty Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@ -26,6 +26,8 @@ TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1.1/tmac
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1.4/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.17.2/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.17.2/tmac
.else
TMACDIR?= ${DESTDIR}/usr/share/groff/tmac
.endif