summaryrefslogtreecommitdiff
path: root/print/tex-bibtex-doc
diff options
context:
space:
mode:
authorminskim <minskim>2010-02-14 20:18:56 +0000
committerminskim <minskim>2010-02-14 20:18:56 +0000
commitc636c42e928ff0580c9984f59d2bc2f592f85b52 (patch)
treeb2c019e799cb8487646cca3a98d57cd65317b81c /print/tex-bibtex-doc
parenta32c4b08595909a77777b04de82957238418e4a3 (diff)
downloadpkgsrc-c636c42e928ff0580c9984f59d2bc2f592f85b52.tar.gz
Make the list of installed files match with PLIST.
Noted by joerg@.
Diffstat (limited to 'print/tex-bibtex-doc')
-rw-r--r--print/tex-bibtex-doc/Makefile6
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"