diff options
Diffstat (limited to 'print/tex-mhchem-doc/Makefile')
-rw-r--r-- | print/tex-mhchem-doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-mhchem-doc/Makefile b/print/tex-mhchem-doc/Makefile index 4a83eebcd39..86cec9a8010 100644 --- a/print/tex-mhchem-doc/Makefile +++ b/print/tex-mhchem-doc/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2010/11/10 22:45:59 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2015/04/23 12:19:53 markd Exp $ DISTNAME= mhchem.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.08 -TEXLIVE_REV= 19018 +PKGNAME= tex-${DISTNAME:S/./-/}-4.00 +TEXLIVE_REV= 36738 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-mhchem +LICENSE= lppl-1.3c .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |