diff options
author | minskim <minskim@pkgsrc.org> | 2013-12-02 19:15:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-12-02 19:15:51 +0000 |
commit | 8576a44c304430a914b1cb69bb7157a54fbb09b7 (patch) | |
tree | 14ef2a5d1e98679d8cc03eaa353ae9d6de8571ff /print | |
parent | 4b10c0e687a5803b63dd0dbd09f50d7468bc3a0e (diff) | |
download | pkgsrc-8576a44c304430a914b1cb69bb7157a54fbb09b7.tar.gz |
Remove tex-collection-documentation-base-doc, which has been removed
from TeX Live.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 | ||||
-rw-r--r-- | print/tex-collection-documentation-base-doc/DESCR | 1 | ||||
-rw-r--r-- | print/tex-collection-documentation-base-doc/Makefile | 19 |
3 files changed, 1 insertions, 22 deletions
diff --git a/print/Makefile b/print/Makefile index 869bfbc317c..beb519a9d79 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.570 2013/11/18 19:11:40 minskim Exp $ +# $NetBSD: Makefile,v 1.571 2013/12/02 19:15:51 minskim Exp $ # COMMENT= Desktop publishing @@ -273,7 +273,6 @@ SUBDIR+= tex-clrscode SUBDIR+= tex-clrscode-doc SUBDIR+= tex-collection-basic SUBDIR+= tex-collection-basic-doc -SUBDIR+= tex-collection-documentation-base-doc SUBDIR+= tex-collection-genericrecommended SUBDIR+= tex-collection-genericrecommended-doc SUBDIR+= tex-collection-latex diff --git a/print/tex-collection-documentation-base-doc/DESCR b/print/tex-collection-documentation-base-doc/DESCR deleted file mode 100644 index f4b1947a7e1..00000000000 --- a/print/tex-collection-documentation-base-doc/DESCR +++ /dev/null @@ -1 +0,0 @@ -This package is a collection of the TeX Live documentation packages. diff --git a/print/tex-collection-documentation-base-doc/Makefile b/print/tex-collection-documentation-base-doc/Makefile deleted file mode 100644 index 55d6a8472ed..00000000000 --- a/print/tex-collection-documentation-base-doc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2012/10/14 17:56:24 minskim Exp $ - -DISTNAME= collection-documentation-base-doc -PKGNAME= tex-${DISTNAME}-2012 -CATEGORIES= print -MASTER_SITES= # empty -TEXLIVE_REV= 17091 - -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.tug.org/texlive/ -COMMENT= TeX Live documentation - -DEPENDS+= tex-texlive-common-doc>=2012:../../print/tex-texlive-common-doc -DEPENDS+= tex-texlive-docindex-doc>=2012:../../print/tex-texlive-docindex-doc -DEPENDS+= tex-texlive-en-doc>=2012:../../print/tex-texlive-en-doc - -META_PACKAGE= yes - -.include "../../mk/bsd.pkg.mk" |