diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 16:49:21 +0000 |
commit | c94e755bbf21f503014d4217ef304d08cb7ce546 (patch) | |
tree | 91361cf542b74516649c1d8f912f881efcdb9c49 /fonts/tex-ec-doc/Makefile | |
parent | 1e2eb604d451bb7cd2c3db8b39afec40113c6c62 (diff) | |
download | pkgsrc-c94e755bbf21f503014d4217ef304d08cb7ce546.tar.gz |
Remove teTeX* packages and references to them.
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
Diffstat (limited to 'fonts/tex-ec-doc/Makefile')
-rw-r--r-- | fonts/tex-ec-doc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/tex-ec-doc/Makefile b/fonts/tex-ec-doc/Makefile index 27689a358bd..c981ea07b4a 100644 --- a/fonts/tex-ec-doc/Makefile +++ b/fonts/tex-ec-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/01/11 17:00:01 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2017/09/06 16:49:23 wiz Exp $ DISTNAME= ec.doc PKGNAME= tex-${DISTNAME:S/./-/}-1.0 @@ -8,7 +8,5 @@ DIST_SUBDIR= tex-${DISTNAME:S/.doc//}-${TEXLIVE_REV}.2010 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-ec -CONFLICTS+= teTeX-texmf<=3.0nb24 - .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |