summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authordsainty <dsainty>2009-08-07 07:48:59 +0000
committerdsainty <dsainty>2009-08-07 07:48:59 +0000
commit8bedf8e48eaef06f2b52b754401ef235ca851cd1 (patch)
tree626d044d17af93e0f39361bab7c4f0f6268a68f3 /pkgtools/bootstrap-mk-files
parent984380221280e07248297541e4889f2f15d2c178 (diff)
downloadpkgsrc-8bedf8e48eaef06f2b52b754401ef235ca851cd1.tar.gz
Yet Another Groff Version, version 1.19.1, present in some release of Gentoo.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 5a3d62792c8..ee698ff5502 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -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
diff --git a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
index cb50e4e241c..d65a9842500 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk
@@ -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)