diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 913d10da519..a49790d6b20 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13477 2006/04/06 22:50:20 minskim Exp $ +$NetBSD: CHANGES,v 1.13478 2006/04/06 23:08:16 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -1918,3 +1918,4 @@ Changes to the packages collection and infrastructure in 2006: Updated mail/getmail to 4.6.0 [schmonz 2006-04-06] Updated math/cln to 1.1.11 [adam 2006-04-06] Updated print/teTeX-bin to 2.0.2nb7 [minskim 2006-04-06] + Added print/texmf-dirs version 1.0 [minskim 2006-04-06] diff --git a/print/Makefile b/print/Makefile index 6807c036e04..05b9c244d31 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2006/04/02 23:21:30 minskim Exp $ +# $NetBSD: Makefile,v 1.151 2006/04/06 23:08:16 minskim Exp $ # COMMENT= Desktop publishing @@ -131,6 +131,7 @@ SUBDIR+= tex-textpos SUBDIR+= tex-ucs SUBDIR+= texfamily SUBDIR+= texfamily-share +SUBDIR+= texmf-dirs SUBDIR+= transfig SUBDIR+= xfce4-print SUBDIR+= xpdf |