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 bootstrap-mk-files-20080722:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62240c8cd7d4
branches:  trunk
changeset: 545220:62240c8cd7d4
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jul 28 20:18:20 2008 +0000

description:
bootstrap-mk-files-20080722:
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.

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 507aef4d1a61 -r 62240c8cd7d4 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Mon Jul 28 20:13:50 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Mon Jul 28 20:18:20 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2008/07/03 20:06:21 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/07/28 20:18:20 tnn Exp $
 
-DISTNAME=      bootstrap-mk-files-20080703
+DISTNAME=      bootstrap-mk-files-20080722
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 507aef4d1a61 -r 62240c8cd7d4 pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk   Mon Jul 28 20:13:50 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk   Mon Jul 28 20:18:20 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Linux.bsd.man.mk,v 1.2 2008/05/20 12:27:23 tnn Exp $
+#      $NetBSD: Linux.bsd.man.mk,v 1.3 2008/07/28 20:18:20 tnn Exp $
 #      @(#)bsd.man.mk  8.1 (Berkeley) 6/8/93
 
 .if !target(__initialized__)
@@ -20,6 +20,8 @@
 
 .if 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.18.1.1/tmac)
+TMACDIR?=      ${DESTDIR}/usr/share/groff/1.18.1.1/tmac
 .elif exists(${DESTDIR}/usr/share/groff/1.18.1/tmac)
 TMACDIR?=      ${DESTDIR}/usr/share/groff/1.18.1/tmac
 .else



Home | Main Index | Thread Index | Old Index