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 Recognize groff-1.20.1 on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6eb109c2bb8c
branches:  trunk
changeset: 555218:6eb109c2bb8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 26 07:05:10 2009 +0000

description:
Recognize groff-1.20.1 on Linux.
>From Stathis Kamperis on pkgsrc-users.

Bump version.

diffstat:

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

diffs (32 lines):

diff -r 4366fa82fc23 -r 6eb109c2bb8c pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile      Wed Feb 25 23:39:48 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile      Thu Feb 26 07:05:10 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2009/02/17 17:08:13 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/02/26 07:05:10 wiz Exp $
 
-DISTNAME=      bootstrap-mk-files-20090217
+DISTNAME=      bootstrap-mk-files-20090226
 CATEGORIES=    pkgtools
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 4366fa82fc23 -r 6eb109c2bb8c pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk   Wed Feb 25 23:39:48 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk   Thu Feb 26 07:05:10 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Linux.bsd.man.mk,v 1.5 2009/01/14 23:16:54 dsainty Exp $
+#      $NetBSD: Linux.bsd.man.mk,v 1.6 2009/02/26 07:05:10 wiz 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.2/tmac)
+.if exists(${DESTDIR}/usr/share/groff/1.20.1/tmac)
+TMACDIR?=      ${DESTDIR}/usr/share/groff/1.20.1/tmac
+.elif 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



Home | Main Index | Thread Index | Old Index