diff options
Diffstat (limited to 'fonts/tex-amsfonts-doc/Makefile')
-rw-r--r-- | fonts/tex-amsfonts-doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/tex-amsfonts-doc/Makefile b/fonts/tex-amsfonts-doc/Makefile index 187361a9ed3..8bc2c4e37cc 100644 --- a/fonts/tex-amsfonts-doc/Makefile +++ b/fonts/tex-amsfonts-doc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/28 18:33:56 minskim Exp $ -# TeX Live Revision 7340 +# $NetBSD: Makefile,v 1.2 2010/02/08 20:46:34 minskim Exp $ +# TeX Live Revision 15878 DISTNAME= amsfonts.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.2 +PKGNAME= tex-${DISTNAME:S/./-/}-3.0 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-amsfonts CONFLICTS+= teTeX-texmf<=3.0nb13 -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |