Wed Mar 7 04:03:13 2012 UTC ()
Fix a typo.


(minskim)
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-hyphenat/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-hyphenat/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-hyphenat/Makefile 2011/02/07 00:42:11 1.1.1.1
+++ pkgsrc/print/tex-hyphenat/Makefile 2012/03/07 04:03:13 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/02/07 00:42:11 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2012/03/07 04:03:13 minskim Exp $
2 2
3DISTNAME= hyphenat 3DISTNAME= hyphenat
4PKGNAME= tex-${DISTNAME}-2.3c 4PKGNAME= tex-${DISTNAME}-2.3c
5TEXLIVE_REV= 15878 5TEXLIVE_REV= 15878
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Disable/enable hypenation in LaTeX 8COMMENT= Disable/enable hypenation in LaTeX
9 9
10CONFLICT= teTeX-texmf<=3.0nb29 10CONFLICTS= teTeX-texmf<=3.0nb29
11DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 11DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
12 12
13.include "../../print/texlive/package.mk" 13.include "../../print/texlive/package.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"