diff options
Diffstat (limited to 'fonts/tex-stmaryrd-doc/Makefile')
-rw-r--r-- | fonts/tex-stmaryrd-doc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/tex-stmaryrd-doc/Makefile b/fonts/tex-stmaryrd-doc/Makefile index f85733a43f5..488491885f6 100644 --- a/fonts/tex-stmaryrd-doc/Makefile +++ b/fonts/tex-stmaryrd-doc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/07 07:20:54 minskim Exp $ -# TeX Live Revision 7340 +# $NetBSD: Makefile,v 1.2 2010/05/20 18:06:30 minskim Exp $ DISTNAME= stmaryrd.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2008.7340 +PKGNAME= tex-${DISTNAME:S/./-/}-2009 +TEXLIVE_REV= 15878 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-stmaryrd CONFLICTS+= teTeX-texmf<=3.0nb15 -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |