From 77b09d14869f18abb646106dc748ce786c949e0f Mon Sep 17 00:00:00 2001 From: tnn Date: Mon, 28 Jul 2008 20:18:20 +0000 Subject: bootstrap-mk-files-20080722: Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov. --- pkgtools/bootstrap-mk-files/Makefile | 4 ++-- pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgtools/bootstrap-mk-files') diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 1ba893a046d..fc3793d30fe 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -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 --git a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk index 849c2e999a7..735bdef9d99 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.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 @@ cleandir: cleanman .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 -- cgit v1.2.3