pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap/mods/mk Remove spurious ")" that was prevent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80857429a256
branches:  trunk
changeset: 479496:80857429a256
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Aug 15 20:00:05 2004 +0000

description:
Remove spurious ")" that was preventing bootstrapping on NetBSD 1.6.2.

diffstat:

 bootstrap/mods/mk/NetBSD.bsd.man.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3e3747f20c8b -r 80857429a256 bootstrap/mods/mk/NetBSD.bsd.man.mk
--- a/bootstrap/mods/mk/NetBSD.bsd.man.mk       Sun Aug 15 19:01:46 2004 +0000
+++ b/bootstrap/mods/mk/NetBSD.bsd.man.mk       Sun Aug 15 20:00:05 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.bsd.man.mk,v 1.2 2004/04/04 03:00:02 grant Exp $
+#      $NetBSD: NetBSD.bsd.man.mk,v 1.3 2004/08/15 20:00:05 jlam Exp $
 #      @(#)bsd.man.mk  8.1 (Berkeley) 6/8/93
 
 .if !target(__initialized__)
@@ -24,7 +24,7 @@
 # tmac.andoc and tmac.doc were renamed in the update to groff-1.19 in
 # NetBSD-current 20030630.
 .if exists(${TMACDIR}/tmac.andoc)
-CATDEPS?=      ${TMACDIR}/tmac.andoc) ${TMACDIR}/tmac.doc
+CATDEPS?=      ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.doc
 .elif exists(${TMACDIR}/andoc.tmac)
 CATDEPS?=      ${TMACDIR}/andoc.tmac ${TMACDIR}/doc.tmac
 .endif



Home | Main Index | Thread Index | Old Index