summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authortnn <tnn>2008-05-20 12:27:23 +0000
committertnn <tnn>2008-05-20 12:27:23 +0000
commit442813b54e812b4f43626e80322c35429908d473 (patch)
treeb33bda36d19968bf888da8977f66582114f47b70 /pkgtools/bootstrap-mk-files
parent64ba0c6c789c045c35da0d9035c0236f77cda96d (diff)
downloadpkgsrc-442813b54e812b4f43626e80322c35429908d473.tar.gz
Try to fix a bootstrap failure reported on Slackware 12.1. Untested.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk6
1 files changed, 4 insertions, 2 deletions
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 6d6a456ce9d..849c2e999a7 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.1.1.1 2006/07/14 23:13:01 jlam Exp $
+# $NetBSD: Linux.bsd.man.mk,v 1.2 2008/05/20 12:27:23 tnn Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@@ -18,7 +18,9 @@ realinstall: ${MANINSTALL}
.endif
cleandir: cleanman
-.if exists(${DESTDIR}/usr/share/groff/1.18.1/tmac)
+.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/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1/tmac
.else
TMACDIR?= ${DESTDIR}/usr/share/groff/tmac