diff options
author | minskim <minskim> | 2009-07-10 00:16:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-10 00:16:46 +0000 |
commit | 362211947c45aa3381140c7db2d7ec1ae86ba015 (patch) | |
tree | 93da46657ec4388b42069c5fc69d81366c0cba71 | |
parent | 5865a60f65aa4e51b125daf5de1cb6ecc3ba5d18 (diff) | |
download | pkgsrc-362211947c45aa3381140c7db2d7ec1ae86ba015.tar.gz |
Add tex-ms and tex-ms-doc.
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 248ccec8360..973f9367270 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2580 2009/07/09 23:10:37 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2581 2009/07/10 00:16:46 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3422,3 +3422,5 @@ Changes to the packages collection and infrastructure in 2009: Added print/tex-microtype-doc version 2.3c [minskim 2009-07-09] Added print/tex-moreverb version 2.3 [minskim 2009-07-09] Added print/tex-moreverb-doc version 2.3 [minskim 2009-07-09] + Added print/tex-ms version 2008.7340 [minskim 2009-07-10] + Added print/tex-ms-doc version 2009.7340 [minskim 2009-07-10] diff --git a/print/Makefile b/print/Makefile index 9b5e0611460..4639803312b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.269 2009/07/09 23:10:37 minskim Exp $ +# $NetBSD: Makefile,v 1.270 2009/07/10 00:16:46 minskim Exp $ # COMMENT= Desktop publishing @@ -248,6 +248,8 @@ SUBDIR+= tex-microtype-doc SUBDIR+= tex-misc SUBDIR+= tex-moreverb SUBDIR+= tex-moreverb-doc +SUBDIR+= tex-ms +SUBDIR+= tex-ms-doc SUBDIR+= tex-multirow SUBDIR+= tex-multirow-doc SUBDIR+= tex-musixtex |