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/files/mods Try to fix a bo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc2ab1fba2ab
branches: trunk
changeset: 542505:cc2ab1fba2ab
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue May 20 12:27:23 2008 +0000
description:
Try to fix a bootstrap failure reported on Slackware 12.1. Untested.
diffstat:
pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 5a8b15d00d6b -r cc2ab1fba2ab pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Tue May 20 12:07:50 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk Tue May 20 12:27:23 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index