diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-08 21:15:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-08 21:15:57 +0000 |
commit | 95e4b0f2c32c1f6522771912a1108c3c3688b520 (patch) | |
tree | d5baffcec6fb3bbe5598eb0d017921fc6bd6a9cf /pkgtools/bootstrap-mk-files | |
parent | cc2a03e8af7444f949c568238fb64a8ef8ba7b04 (diff) | |
download | pkgsrc-95e4b0f2c32c1f6522771912a1108c3c3688b520.tar.gz |
bootstrap-mk-files-20080808:
YAGV (Yet Another Groff Version)
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/bootstrap-mk-files/files/mods/Linux.bsd.man.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index a759db07aaf..28ee4b3bbe5 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/07/29 19:39:41 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2008/08/08 21:15:57 joerg Exp $ -DISTNAME= bootstrap-mk-files-20080728 +DISTNAME= bootstrap-mk-files-20080808 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 735bdef9d99..22c7e2d4606 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.3 2008/07/28 20:18:20 tnn Exp $ +# $NetBSD: Linux.bsd.man.mk,v 1.4 2008/08/08 21:15:57 joerg 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.19.2/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) +TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1.4/tmac .elif exists(${DESTDIR}/usr/share/groff/1.18.1/tmac) TMACDIR?= ${DESTDIR}/usr/share/groff/1.18.1/tmac .else |