pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files Yet Another Groff Version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92b0327cf9d5
branches: trunk
changeset: 553114:92b0327cf9d5
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Wed Jan 14 23:16:54 2009 +0000
description:
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:
pkgtools/bootstrap-mk-files/Makefile | 4 ++--
pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r decb6f5f9a24 -r 92b0327cf9d5 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile Wed Jan 14 22:37:38 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile Wed Jan 14 23:16:54 2009 +0000
@@ -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 -r decb6f5f9a24 -r 92b0327cf9d5 pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Wed Jan 14 22:37:38 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Wed Jan 14 23:16:54 2009 +0000
@@ -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.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
Home |
Main Index |
Thread Index |
Old Index