diff options
author | minskim <minskim@pkgsrc.org> | 2010-02-14 20:18:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-02-14 20:18:56 +0000 |
commit | 6a9c8319a571440374e67405a7fdfdab2471e047 (patch) | |
tree | b2c019e799cb8487646cca3a98d57cd65317b81c /print | |
parent | 0d452b220bcbac63387ef9088d7cd54cde0b9502 (diff) | |
download | pkgsrc-6a9c8319a571440374e67405a7fdfdab2471e047.tar.gz |
Make the list of installed files match with PLIST.
Noted by joerg@.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-bibtex-doc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/tex-bibtex-doc/Makefile b/print/tex-bibtex-doc/Makefile index 24630fac591..d4899278bd1 100644 --- a/print/tex-bibtex-doc/Makefile +++ b/print/tex-bibtex-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/02/05 18:33:26 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/14 20:18:56 minskim Exp $ # TeX Live Revision 16044 DISTNAME= bibtex.doc @@ -9,5 +9,9 @@ COMMENT= Documentation for tex-bibtex CONFLICTS+= teTeX-texmf<=3.0nb15 +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist + +TEXLIVE_IGNORE_PATTERNS= texmf + .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |