diff options
Diffstat (limited to 'textproc/tex-xmltex-doc/Makefile')
-rw-r--r-- | textproc/tex-xmltex-doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/tex-xmltex-doc/Makefile b/textproc/tex-xmltex-doc/Makefile index 158ba8aa167..d95bfffe1e6 100644 --- a/textproc/tex-xmltex-doc/Makefile +++ b/textproc/tex-xmltex-doc/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 06:19:37 minskim Exp $ -# TeX Live Revision 11896 +# $NetBSD: Makefile,v 1.2 2010/05/04 23:51:22 minskim Exp $ +# TeX Live Revision 17012 DISTNAME= xmltex.doc PKGNAME= tex-${DISTNAME:S/./-/}-0.8 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-xmltex -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |