summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-11-04 08:08:52 +0000
committerminskim <minskim@pkgsrc.org>2007-11-04 08:08:52 +0000
commit829766824a438c1b6c418cddd3f4e6a78305f6b4 (patch)
treea5f6ac6a9225224edbaf59197f5144a5645fbab2 /pkgtools/bootstrap-mk-files
parent7e03c2d9f379fbe184321d7ff1fd9d053f458821 (diff)
downloadpkgsrc-829766824a438c1b6c418cddd3f4e6a78305f6b4.tar.gz
Teach bootstrap-mk-files about groff-1.19.2 on Darwin.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk6
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 529ebd0f00f..b531dbf3039 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2007/09/21 17:14:39 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/11/04 08:08:52 minskim Exp $
-DISTNAME= bootstrap-mk-files-20070810
+DISTNAME= bootstrap-mk-files-20071104
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk
index c922245b8ad..423a2ac6732 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.bsd.man.mk,v 1.1.1.1 2006/07/14 23:13:01 jlam Exp $
+# $NetBSD: Darwin.bsd.man.mk,v 1.2 2007/11/04 08:08:52 minskim 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.19.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.19.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.19.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1/tmac