summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authordsainty <dsainty>2009-01-14 23:16:54 +0000
committerdsainty <dsainty>2009-01-14 23:16:54 +0000
commite097a857800ff20ae02538367950337ee299ac26 (patch)
treed6f300107228f9984562e57cb8057a9a6218c4f8 /pkgtools
parent060e0018ba99dab89576fb8a3e51e810ccf16c9a (diff)
downloadpkgsrc-e097a857800ff20ae02538367950337ee299ac26.tar.gz
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).
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 28ee4b3bbe5..6c28ca1c89f 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -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
diff --git a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
index 22c7e2d4606..a18513c6ce8 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
@@ -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