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/e02292fb2d01
branches: trunk
changeset: 396995:e02292fb2d01
user: dsainty <dsainty%pkgsrc.org@localhost>
date: Fri Aug 07 07:48:59 2009 +0000
description:
Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.
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 a9e6bfa45433 -r e02292fb2d01 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile Fri Aug 07 06:34:01 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile Fri Aug 07 07:48:59 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2009/05/12 23:21:10 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2009/08/07 07:48:59 dsainty Exp $
-DISTNAME= bootstrap-mk-files-20090512
+DISTNAME= bootstrap-mk-files-20090807
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r a9e6bfa45433 -r e02292fb2d01 pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Fri Aug 07 06:34:01 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Fri Aug 07 07:48:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.bsd.man.mk,v 1.6 2009/02/26 07:05:10 wiz Exp $
+# $NetBSD: Linux.bsd.man.mk,v 1.7 2009/08/07 07:48:59 dsainty Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@@ -22,6 +22,8 @@
TMACDIR?= ${DESTDIR}/usr/share/groff/1.20.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.19.2/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.19.2/tmac
+.elif exists(${DESTDIR}/usr/share/groff/1.19.1/tmac)
+TMACDIR?= ${DESTDIR}/usr/share/groff/1.19.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1.4/tmac)
Home |
Main Index |
Thread Index |
Old Index