Convert to USE_NEW_TEXINFO.
This commit is contained in:
parent
0504cf670f
commit
5d8cfd4ad7
2 changed files with 5 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2003/07/17 22:52:41 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2003/08/04 22:45:13 seb Exp $
|
||||
|
||||
DISTNAME= tetex-src-${TETEX_BIN_VERS}
|
||||
PKGNAME= teTeX2-bin-${TETEX_BIN_VERS}
|
||||
|
@ -16,8 +16,11 @@ DEPENDS+= dialog-0.6z*:../../misc/dialog
|
|||
|
||||
CONFLICTS+= omega-[0-9]*
|
||||
|
||||
USE_NEW_TEXINFO= YES
|
||||
INFO_FILES= latex.info dvips.info web2c.info kpathsea.info
|
||||
|
||||
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
|
||||
|
||||
REPLACE_PERL= texk/xdvik/t1mapper \
|
||||
texk/oxdvik/t1mapper
|
||||
|
||||
|
@ -44,5 +47,4 @@ post-install:
|
|||
|
||||
.include "../../print/teTeX2-bin/Makefile.common"
|
||||
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2003/03/15 08:17:08 kei Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/08/04 22:45:14 seb 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,10 +188,6 @@ include/kpathsea/types.h
|
|||
include/kpathsea/variable.h
|
||||
include/kpathsea/xopendir.h
|
||||
include/kpathsea/xstat.h
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/dvips.info %D/info/dir
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/kpathsea.info %D/info/dir
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/latex.info %D/info/dir
|
||||
@unexec ${INSTALL_INFO} --delete %D/info/web2c.info %D/info/dir
|
||||
info/dvips.info
|
||||
info/dvips.info-1
|
||||
info/dvips.info-2
|
||||
|
@ -207,10 +203,6 @@ info/web2c.info-1
|
|||
info/web2c.info-2
|
||||
info/web2c.info-3
|
||||
info/web2c.info-4
|
||||
@exec ${INSTALL_INFO} %D/info/dvips.info %D/info/dir
|
||||
@exec ${INSTALL_INFO} %D/info/kpathsea.info %D/info/dir
|
||||
@exec ${INSTALL_INFO} %D/info/latex.info %D/info/dir
|
||||
@exec ${INSTALL_INFO} %D/info/web2c.info %D/info/dir
|
||||
lib/libkpathsea.a
|
||||
man/man1/MakeTeXPK.1
|
||||
man/man1/access.1
|
||||
|
|
Loading…
Reference in a new issue