Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.

This commit is contained in:
dsainty 2009-08-07 07:48:59 +00:00
parent 96840442a8
commit 0d220b21e1
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2009/05/12 23:21:10 minskim Exp $
# $NetBSD: Makefile,v 1.23 2009/08/07 07:48:59 dsainty Exp $
DISTNAME= bootstrap-mk-files-20090512
DISTNAME= bootstrap-mk-files-20090807
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty

View file

@ -1,4 +1,4 @@
# $NetBSD: Linux.bsd.man.mk,v 1.6 2009/02/26 07:05:10 wiz Exp $
# $NetBSD: Linux.bsd.man.mk,v 1.7 2009/08/07 07:48:59 dsainty Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@ -22,6 +22,8 @@ cleandir: cleanman
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.19.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.19.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1.1/tmac)
TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1.1/tmac
.elif exists(${DESTDIR}/usr/share/groff/1.18.1.4/tmac)