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 Teach bootstrap-mk-files a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88a31f3f241a
branches:  trunk
changeset: 534951:88a31f3f241a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 04 08:08:52 2007 +0000

description:
Teach bootstrap-mk-files about groff-1.19.2 on Darwin.

diffstat:

 pkgtools/bootstrap-mk-files/Makefile                     |  4 ++--
 pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 47add96ead4e -r 88a31f3f241a pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Sun Nov 04 03:52:47 2007 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Sun Nov 04 08:08:52 2007 +0000
@@ -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 -r 47add96ead4e -r 88a31f3f241a pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk  Sun Nov 04 03:52:47 2007 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Darwin.bsd.man.mk  Sun Nov 04 08:08:52 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index