diff options
author | minskim <minskim> | 2011-07-28 08:54:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-07-28 08:54:58 +0000 |
commit | ece2efa4446c5e5b424557194022c0dfa41dcd10 (patch) | |
tree | 64971179606ccf44e1d042958b838b531b5cc023 /graphics | |
parent | 86839f7e3e56cc22aed6230562ea34144df7c7d9 (diff) | |
download | pkgsrc-ece2efa4446c5e5b424557194022c0dfa41dcd10.tar.gz |
Do not generate an mpost format for mfplain, which is now a part of
web2c. Noted by tron@.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tex-metapost/Makefile | 10 | ||||
-rw-r--r-- | graphics/tex-metapost/PLIST | 3 |
2 files changed, 3 insertions, 10 deletions
diff --git a/graphics/tex-metapost/Makefile b/graphics/tex-metapost/Makefile index 254e7f951a9..4df4358bbd3 100644 --- a/graphics/tex-metapost/Makefile +++ b/graphics/tex-metapost/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/06/16 23:57:26 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/07/28 08:54:58 minskim Exp $ DISTNAME= metapost PKGNAME= tex-${DISTNAME}-1.211 +PKGREVISION= 1 TEXLIVE_REV= 17650 MAINTAINER= minskim@NetBSD.org @@ -11,14 +12,7 @@ CONFLICTS+= teTeX-texmf<=3.0nb25 DEPENDS+= tex-kpathsea>=2009.16044:../../print/tex-kpathsea DEPENDS+= web2c>=2009:../../print/web2c -INSTALLATION_DIRS+= bin - -TEX_FORMATS+= "mpost mpost - mpost.mp\\nmfplain mpost - mfplain.ini\\n" TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist .include "../../print/texlive/package.mk" - -post-install: - ${LN} -sf mpost ${DESTDIR}${PREFIX}/bin/mfplain - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tex-metapost/PLIST b/graphics/tex-metapost/PLIST index e5877a8d546..0fdb3597719 100644 --- a/graphics/tex-metapost/PLIST +++ b/graphics/tex-metapost/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/16 23:57:26 minskim Exp $ -bin/mfplain +@comment $NetBSD: PLIST,v 1.2 2011/07/28 08:54:58 minskim Exp $ share/texmf-dist/metapost/base/TEX.mp share/texmf-dist/metapost/base/boxes.mp share/texmf-dist/metapost/base/format.mp |