summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-07-28 20:18:20 +0000
committertnn <tnn@pkgsrc.org>2008-07-28 20:18:20 +0000
commit77b09d14869f18abb646106dc748ce786c949e0f (patch)
treea652277d1b12b3b71ed9a0f6c4e4af0c66b565f1 /pkgtools/bootstrap-mk-files
parent3c50071e9230847c3995b89f0765591edfcff5e9 (diff)
downloadpkgsrc-77b09d14869f18abb646106dc748ce786c949e0f.tar.gz
bootstrap-mk-files-20080722:
Yet another Linux TMACDIR fix. PR pkg/39239 from Alexander Nasonov.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-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 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