diff options
author | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 23:56:28 +0000 |
commit | 3f95d3993882f863f6ccbdf9ada020346f39c938 (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /print/teTeX-bin | |
parent | 9c2996139cf3c1af1b6cda4f43cbf030377993e9 (diff) | |
download | pkgsrc-3f95d3993882f863f6ccbdf9ada020346f39c938.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 6 | ||||
-rw-r--r-- | print/teTeX-bin/PLIST | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index a09ba25345c..b99d65212fc 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2006/02/05 23:10:39 joerg Exp $ +# $NetBSD: Makefile,v 1.67 2006/03/31 23:56:29 jlam Exp $ DISTNAME= tetex-src-${TETEX_BIN_VERS} PKGNAME= teTeX-bin-${TETEX_BIN_VERS} @@ -13,11 +13,11 @@ COMMENT= TeX distribution for UNIX compatible systems - executables, version 2 # games/omega previously installed an omega executable too CONFLICTS+= teTeX2-bin-[0-9]* omega<0.90.4nb1 -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share DEPENDS+= dialog>=0.6z:../../misc/dialog -INFO_FILES= latex.info dvips.info web2c.info kpathsea.info +USE_TOOLS+= bison +INFO_FILES= # PLIST REPLACE_PERL= texk/xdvik/t1mapper \ texk/oxdvik/t1mapper diff --git a/print/teTeX-bin/PLIST b/print/teTeX-bin/PLIST index a47391bd2ac..632c6673c4e 100644 --- a/print/teTeX-bin/PLIST +++ b/print/teTeX-bin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/03/09 19:59:09 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/03/31 23:56:29 jlam Exp $ @comment There are three files in this package that teTeX-share installs @comment and that teTeX-bin modifies. Take care of this: bin/MakeTeXPK @@ -188,6 +188,10 @@ include/kpathsea/types.h include/kpathsea/variable.h include/kpathsea/xopendir.h include/kpathsea/xstat.h +info/dvips.info +info/kpathsea.info +info/latex.info +info/web2c.info lib/libkpathsea.a man/man1/MakeTeXPK.1 man/man1/access.1 |